|
|
|
|
<view style="{{'padding-top:'+(top+'px')+';'}}"><scroll-view class="find-list" style="{{'height:'+(height-top+'px')+';'}}" scroll-y="{{true}}" enable-back-to-top="{{true}}" enable-flex="true" data-event-opts="{{[['scrolltoupper',[['handleUpper',['$event']]]],['scrolltolower',[['handleLower',['$event']]]]]}}" bindscrolltoupper="__e" bindscrolltolower="__e"><block wx:for="{{$root.l3}}" wx:for-item="find" wx:for-index="index" wx:key="id"><view class="bg-white margin-top-sm margin-lr-bj radius-bock padding-lr-bj padding-top-bj"><view class="flex-direction justify-between align-center"><block wx:if="{{find.$orig.shop}}"><view class="flex-direction align-center"><image class="shop-avatar round margin-right-sm" lazy-load="{{true}}" src="{{find.m0}}" data-event-opts="{{[['tap',[['handleShop',['$0'],[[['dataList','id',find.$orig.id,'shop.id']]]]]]]}}" bindtap="__e"></image><view><view class="flex-direction align-center"><view data-event-opts="{{[['tap',[['handleShop',['$0'],[[['dataList','id',find.$orig.id,'shop.id']]]]]]]}}" class="margin-right-bj flex-direction align-center" bindtap="__e"><text class="text-df text-gray-dark">{{find.$orig.shop.shopname}}</text></view></view><view><text class="text-gray-light text-xs">{{find.m1}}</text></view></view></view></block><block wx:else><view class="flex-direction align-center"><image class="shop-avatar round margin-right-sm" lazy-load="{{true}}" src="{{find.m2}}" data-event-opts="{{[['tap',[['handleFollow',[index]]]]]}}" bindtap="__e"></image><view><view class="flex-direction align-center"><view data-event-opts="{{[['tap',[['handleFollow',[index]]]]]}}" class="margin-right-bj" bindtap="__e"><text class="text-df text-gray-dark">{{find.$orig.user.nickname}}</text></view></view><view><text class="text-gray-light text-xs">{{find.m3}}</text></view></view></view></block><view class="flex-direction align-center"><block wx:if="{{find.$orig.isFollow===1}}"><view data-event-opts="{{[['tap',[['handleFollow',[index,'$0'],[[['dataList','id',find.$orig.id,'shop']]]]]]]}}" class="find-button flex-direction align-center justify-center radius-bock padding-lr-sm" bindtap="__e"><text class="icon text-df text-black margin-right-xs"></text><text class="text-df text-black">取关</text></view></block><block wx:else><view data-event-opts="{{[['tap',[['handleFollow',[index,'$0'],[[['dataList','id',find.$orig.id,'shop']]]]]]]}}" class="find-button flex-direction align-center justify-center radius-bock padding-lr-sm" bindtap="__e"><text class="icon text-df text-black margin-right-xs"></text><text class="text-df text-black">关注</text></view></block><block wx:if="{{find.$orig.shop}}"><view data-event-opts="{{[['tap',[['handleShop',['$0'],[[['dataList','id',find.$orig.id,'shop.id']]]]]]]}}" class="find-button-radius margin-left-bj align-center justify-center radius-circular" bindtap="__e"><text class="icon text-df text-black"></text></view></block></view></view><view data-event-opts="{{[['tap',[['handleFind',['$0'],[[['dataList','id',find.$orig.id]]]]]]]}}" class="find-list-item-content margin-tb-bj flex-direction align-center" bindtap="__e"><view class="{{['tag',typeList[find.$orig.type]]}}"><text class="tag-text">{{find.$orig.type_text}}</text></view><text class="text-df text-lines-2 text-gray-dark">{{find.m4}}</text></view><block wx:if="{{find.$orig.type=='live'}}"><view data-event-opts="{{[['tap',[['handleFind',['$0'],[[['dataList','id',find.$orig.id]]]]]]]}}" class="flex-direction justify-between" style="{{'width:'+(width+'px')+';'}}" bindtap="__e"><view class="live-cover align-center justify-center position-relative overflow-hidden flex-twice margin-right-s"><view class="live-cover-bg position-center"><image src="{{find.m5}}" mode="aspectFill"></image></view><view class="live-cover-main position-center align-center justify-center"><view class="live-cover-paly round align-center justify-center"><block wx:if="{{find.$orig.live.state==1}}"><text class="icon text-white text-xxxl"></text></block><block wx:else><text class="icon text-white text-xxxl"></text></block></view><block wx:if="{{find.$or
|