2021-11-10 11:57:11 +08:00

1 line
2.9 KiB
Plaintext

<view style="{{(colorStyle)}}"><block wx:if="{{isShow&&hotList.length}}"><view class="hotList skeleton-rect"><view class="title acea-row row-between-wrapper"><view class="text line1"><text class="label">{{titleInfo[0].val}}</text>{{''+titleInfo[1].val+''}}</view><view class="more" hover-class="none" data-event-opts="{{[['tap',[['gopage',['$0'],['titleInfo.__$n2.val']]]]]}}" bindtap="__e">更多<text class="iconfont icon-jiantou"></text></view></view><view class="list acea-row row-middle"><block wx:for="{{hotList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><view data-event-opts="{{[['tap',[['gopage',['/pages/goods_details/index?id='+item.id]]]]]}}" class="item" bindtap="__e"><view class="pictrue"><image src="{{item.image}}"></image><block wx:if="{{index==0}}"><image class="numPic" src="/static/images/one.png"></image></block><block wx:else><block wx:if="{{index==1}}"><image class="numPic" src="/static/images/two.png"></image></block><block wx:else><block wx:if="{{index==2}}"><image class="numPic" src="/static/images/three.png"></image></block></block></block></view><view class="rectangle">{{'热度 TOP '+(index+1)+''}}</view><view class="name line1">{{item.store_name}}</view></view></block></block></view></view></block><block wx:if="{{!isShow&&isIframe&&hotList.length}}"><view class="hotList"><view class="hot-bg"><view class="title acea-row row-between-wrapper"><view class="text line1"><text class="label">{{titleInfo[0].val}}</text>{{''+titleInfo[1].val+''}}</view><view class="more" hover-class="none" data-event-opts="{{[['tap',[['gopage',['$0'],['titleInfo.__$n2.val']]]]]}}" bindtap="__e">更多<text class="iconfont icon-jiantou"></text></view></view></view><view class="list acea-row row-middle"><block wx:for="{{hotList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><view data-event-opts="{{[['tap',[['gopage',['/pages/goods_details/index?id='+item.id]]]]]}}" class="item" bindtap="__e"><view class="pictrue"><image src="{{item.image}}"></image><block wx:if="{{index==0}}"><image class="numPic" src="/static/images/one.png"></image></block><block wx:else><block wx:if="{{index==1}}"><image class="numPic" src="/static/images/two.png"></image></block><block wx:else><block wx:if="{{index==2}}"><image class="numPic" src="/static/images/three.png"></image></block></block></block></view><view class="name line1">{{item.store_name}}</view></view></block></block></view></view></block><block wx:if="{{isIframe&&!hotList.length}}"><view class="hotList"><view class="hot-bg"><view class="title acea-row row-between-wrapper"><view class="text line1"><text class="label">{{titleInfo[0].val}}</text>{{''+titleInfo[1].val+''}}</view><view class="more" hover-class="none" data-event-opts="{{[['tap',[['gopage',['$0'],['titleInfo.__$n2.val']]]]]}}" bindtap="__e">更多<text class="iconfont icon-jiantou"></text></view></view></view><view class="empty-img">排行榜、暂无数据</view></view></block></view>