build(deps): taro升级至4.0.9
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
@change="tabChange">
|
||||
<nut-tab-pane
|
||||
v-for="item in list"
|
||||
:title="(item.name as string)"
|
||||
:title="item.name as string"
|
||||
:key="item.ID">
|
||||
<view v-if="goodList.length > 0">
|
||||
<view
|
||||
class="list"
|
||||
v-for="(item, index) in (goodList as any)"
|
||||
v-for="(item, index) in goodList as any"
|
||||
:key="index">
|
||||
<view class="item">
|
||||
<img :src="item.cover" />
|
||||
|
||||
Reference in New Issue
Block a user