mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-19 05:48:15 +00:00
1 line
1.4 KiB
Plaintext
1 line
1.4 KiB
Plaintext
<view class="recommend data-v-628ebb5a" style="{{(colorStyle)}}"><view class="title acea-row row-center-wrapper data-v-628ebb5a"><text class="iconfont icon-zhuangshixian data-v-628ebb5a"></text><text class="name data-v-628ebb5a">热门推荐</text><text class="iconfont icon-zhuangshixian lefticon data-v-628ebb5a"></text></view><view class="recommendList acea-row row-between-wrapper data-v-628ebb5a"><block wx:for="{{hostProduct}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-628ebb5a" hover-class="none" data-event-opts="{{[['tap',[['goDetail',['$0'],[[['hostProduct','',index]]]]]]]}}" bindtap="__e"><view class="pictrue data-v-628ebb5a"><image src="{{item.image}}" class="data-v-628ebb5a"></image><block wx:if="{{item.activity&&item.activity.type==='1'}}"><label class="pictrue_log_big pictrue_log_class _span data-v-628ebb5a">秒杀</label></block><block wx:if="{{item.activity&&item.activity.type==='2'}}"><label class="pictrue_log_big pictrue_log_class _span data-v-628ebb5a">砍价</label></block><block wx:if="{{item.activity&&item.activity.type==='3'}}"><label class="pictrue_log_big pictrue_log_class _span data-v-628ebb5a">拼团</label></block></view><view class="name line1 data-v-628ebb5a">{{item.store_name}}</view><view class="money font-color data-v-628ebb5a">¥<text class="num data-v-628ebb5a">{{item.price}}</text></view></view></block></view></view> |