1 |
- <view class="recommend data-v-125fa1ab" style="{{(colorStyle)}}"><view class="title acea-row row-center-wrapper data-v-125fa1ab"><text class="iconfont icon-zhuangshixian data-v-125fa1ab"></text><text class="name data-v-125fa1ab">{{$root.m0}}</text><text class="iconfont icon-zhuangshixian lefticon data-v-125fa1ab"></text></view><view class="recommendList acea-row row-between-wrapper data-v-125fa1ab"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-125fa1ab" hover-class="none" data-event-opts="{{[['tap',[['goDetail',['$0'],[[['hostProduct','',index]]]]]]]}}" bindtap="__e"><view class="pictrue data-v-125fa1ab"><easy-loadimage vue-id="{{'5464649c-1-'+index}}" mode="widthFix" image-src="{{item.$orig.image}}" class="data-v-125fa1ab" bind:__l="__l"></easy-loadimage><block wx:if="{{item.$orig.activity&&item.$orig.activity.type==='1'}}"><label class="pictrue_log_big pictrue_log_class _span data-v-125fa1ab">{{item.m1}}</label></block><block wx:if="{{item.$orig.activity&&item.$orig.activity.type==='2'}}"><label class="pictrue_log_big pictrue_log_class _span data-v-125fa1ab">{{item.m2}}</label></block><block wx:if="{{item.$orig.activity&&item.$orig.activity.type==='3'}}"><label class="pictrue_log_big pictrue_log_class _span data-v-125fa1ab">{{item.m3}}</label></block></view><view class="name line2 data-v-125fa1ab">{{item.$orig.store_name}}</view><view class="money font-color data-v-125fa1ab">{{$root.m4}}<text class="num data-v-125fa1ab">{{item.$orig.price}}</text></view></view></block></view></view>
|