build(deps): taro升级至4.0.9
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-02-12 11:15:51 +08:00
parent 7096e38967
commit 05caf08c47
21 changed files with 148 additions and 145 deletions

View File

@@ -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" />