1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
<block wx:if="{{isLoading}}"><view class="pad-x20 data-v-5566b618"><status-nav vue-id="576f0adc-1" ifReturn="{{true}}" navBarTitle="我的发布" class="data-v-5566b618" bind:__l="__l"></status-nav><view class="goods-cate data-v-5566b618"><scroll-view scroll-x="true" scroll-left="{{tabsScrollLeft}}" data-event-opts="{{[['scroll',[['scroll',['$event']]]]]}}" bindscroll="__e" class="data-v-5566b618"><view class="cate-list flex data-v-5566b618" id="tab_list"><view class="{{['cate-item','background-white','radius10','data-v-5566b618',currentIndex==-1?'background-blue color-ff':'']}}" id="tab_item" data-event-opts="{{[['tap',[['changeCateEv',[-1]]]]]}}" bindtap="__e"><view class="txt font24 data-v-5566b618">全部</view></view><block wx:for="{{cateList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['cate-item','background-white','radius10','data-v-5566b618',index==currentIndex?'background-blue color-ff':'']}}" id="tab_item" data-event-opts="{{[['tap',[['changeCateEv',[index]]]]]}}" bindtap="__e"><view class="txt font24 data-v-5566b618">{{item.name}}</view></view></block></view></scroll-view></view><goods-list vue-id="576f0adc-2" goodsList="{{goodsList}}" isOperate="{{true}}" data-event-opts="{{[['^changeStateEv',[['changeStateEv']]]]}}" bind:changeStateEv="__e" class="data-v-5566b618" bind:__l="__l"></goods-list><view class="no-more mar-s20 font24 color-99 data-v-5566b618">没有更多数据了</view><release-btn vue-id="576f0adc-3" class="data-v-5566b618" bind:__l="__l"></release-btn></view></block> |