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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user