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

@@ -44,10 +44,10 @@
<view class="goodBox">
<view
class="good"
v-for="item in (merdata as any)"
v-for="item in merdata as any"
:key="item.ID"
@click.stop="toMerDetails(item)">
<image :src="(item.head_photo as string)" />
<image :src="item.head_photo as string" />
<view class="good-text-box">
<text class="good-text">{{ item.name }}</text>
<text style="color: #999"