21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
<view class="fixed top-0 left-0 bottom-0 bg-f8 con-160 z-index-0" style='overflow-y:auto'>
|
|
<view class="bg-fff">
|
|
<block wx:for='{{cate_list}}' wx:for-item='item' wx:key='index'>
|
|
<view class="relative topicSort pt35 pb35 pl15 pr15 font-24 {{cateIndex == index?'active bg-fff':'bg-f8 color-666'}} {{cateIndex == index-1?'ulib-rtr20':''}} {{cateIndex == index+1?'ulib-rbr20':''}}" bindtap='choosingCate' data-index='{{index}}'>
|
|
<view class="text-nowrap line-height-90">{{item.title}}</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
<view class="ml160">
|
|
<view class="fn-clear">
|
|
<block wx:for='{{list}}' wx:for-item='item' wx:key='index'>
|
|
<image bindtap="showPoster" data-index="{{index}}" class='block fn-fl mt30 ml30 img-250x445' lazy-load="{{true}}" mode="aspectFill" src="{{item.poster}}"></image>
|
|
</block>
|
|
</view>
|
|
|
|
<lcb-listmore isLoading='{{rqloading}}' isEnd='{{end}}' isNoData='{{noData}}'></lcb-listmore>
|
|
|
|
</view>
|
|
|
|
<lcb-poster customImg="{{customPoster}}" isShow="{{poster.isShow}}" isCreateQrcode="{{poster.isCreateQrcode}}" goodsInfo="{{poster.goods}}" qccodeinfo="{{poster.qrcode}}" isDetailPage="{{false}}"></lcb-poster> |