Feat(页面):页面埋点配置
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<view class="story-box flex flex-col ai-center">
|
||||
<image class="story-title" :src="webUrl+'/20230313105024432472.png'" mode="scaleToFill"/>
|
||||
<view class="story-content">
|
||||
<view v-html="story.content"></view>
|
||||
<view v-html="story.content" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -25,7 +25,11 @@
|
||||
<view class="name more-t">{{ item.storeName }}</view>
|
||||
<!-- <view class="unit">100g/盒</view>-->
|
||||
<view class="flex ai-center" style="margin-top: 12rpx" v-if="item.tags.length">
|
||||
<view class="label flex jc-center ai-center" v-for="tag in item.tags">{{ tag }}</view>
|
||||
<view
|
||||
v-for="(tag, tagIndex) in item.tags"
|
||||
:key="tagIndex"
|
||||
class="label flex jc-center ai-center"
|
||||
>{{ tag }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex jc-between ai-center">
|
||||
|
||||
Reference in New Issue
Block a user