You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.4 KiB
1 lines
2.4 KiB
<view class="collect-container"><view class="collect-container__head bg-white" style="{{'height:'+(headHeight+'px')+';'}}"><view style="{{'height:'+(headHeight+'px')+';'+('padding-top:'+(headTop+'px')+';')}}"><view class="navigater flex align-center justify-between"><view data-event-opts="{{[['tap',[['handleBack',['$event']]]]]}}" class="back" style="{{'height:'+(headHeight+'px')+';'+('line-height:'+(headHeight+'px')+';')}}" bindtap="__e"><text class="wlIcon-fanhui1"></text></view><scroll-view class="nav text-center" scroll-x="{{true}}"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handleSelect',['$0',index],[[['navList','',index,'type']]]]]]]}}" class="{{['cu-item','flex-sub',currentItemId===item.type?'text-orange cur':'']}}" bindtap="__e"><text class="text-30">{{item.type_text}}</text></view></block></scroll-view></view></view></view><swiper class="collect-container__main" style="{{'height:'+(windowHeight+'px')+';'}}" current-item-id="{{currentItemId}}" data-event-opts="{{[['change',[['changeCurrent',['$event']]]],['animationfinish',[['animationFinish',['$event']]]]]}}" bindchange="__e" bindanimationfinish="__e"><block wx:for="{{$root.l2}}" wx:for-item="data" wx:for-index="keys" wx:key="keys"><swiper-item item-id="{{data.$orig.type}}"><block wx:if="{{data.g0}}"><wanl-empty vue-id="{{'0e038a92-1-'+keys}}" src="find_default3x" text="没有发现任何足迹" bind:__l="__l"></wanl-empty></block><scroll-view class="content" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['loadData',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{data.l1}}" wx:for-item="item" wx:for-index="footprint" wx:key="footprint"><view><view class="wanl-gray text-sm margin-sm">{{''+footprint+''}}</view><view class="box"><block wx:for="{{item.l0}}" wx:for-item="goods" wx:for-index="index" wx:key="index"><view class="item"><image src="{{goods.g1}}" data-event-opts="{{[['tap',[['handleGoods',['$0'],[[['navList','',keys],['arrData','',footprint],['','',index,'goods_id']]]]]]]}}" bindtap="__e"></image><view class="text-price margin-sm text-orange">{{goods.$orig.goods.price}}</view></view></block></view></view></block><uni-load-more vue-id="{{'0e038a92-2-'+keys}}" status="{{data.$orig.loadingType}}" content-text="{{contentText}}" bind:__l="__l"></uni-load-more></scroll-view></swiper-item></block></swiper></view> |