1 |
- <view data-event-opts="{{[['touchmove',[['moveStop',['$event']]]],['tap',[['clearMask',['$event']]]]]}}" class="dialog_mask data-v-719967f2" catchtouchmove="__e" bindtap="__e"><scroll-view class="mask_container data-v-719967f2" scroll-y="true" data-event-opts="{{[['tap',[['moveStop',['$event']]]]]}}" catchtap="__e"><block wx:for="{{accountList}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['selectEvent',[index]]]]]}}" class="{{['screen_li','data-v-719967f2',accountInfo.seller_id==item.seller_id?'active':'']}}" catchtap="__e"><view class="screen_li_con flex data-v-719967f2"><block wx:if="{{item.platform==2}}"><image class="icon data-v-719967f2" src="../static/img/dou.png" mode="widthFix"></image></block><block wx:if="{{item.platform==1}}"><image class="icon data-v-719967f2" src="../static/img/kuai.png" mode="widthFix"></image></block><image class="sellerImg data-v-719967f2" src="{{item.head}}" mode="widthFix"></image><text class="data-v-719967f2">{{item.name}}</text></view><view class="iconfont icon-queren_icon data-v-719967f2"></view></view></block></scroll-view></view>
|