1 |
- <view class="productSort copy-data data-v-697e5404" style="{{'height:'+(pageHeight)+';'}}"><view class="sys-head data-v-697e5404" style="{{'height:'+(sysHeight)+';'}}"></view><view class="sys-title data-v-697e5404">商品分类</view><view class="header acea-row row-center-wrapper data-v-697e5404"><view class="acea-row row-between-wrapper input data-v-697e5404"><text class="iconfont icon-sousuo data-v-697e5404"></text><input type="text" placeholder="点击搜索商品信息" confirm-type="search" name="search" placeholder-class="placeholder" data-event-opts="{{[['confirm',[['searchSubmitValue',['$event']]]]]}}" bindconfirm="__e" class="data-v-697e5404"/></view></view><view class="scroll-box data-v-697e5404"><view class="aside data-v-697e5404"><scroll-view class="height-add data-v-697e5404" scroll-y="true" scroll-with-animation="true"><block wx:for="{{productList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['tap',[index,'b'+index]]]]]}}" class="{{['item','acea-row','row-center-wrapper','data-v-697e5404',index==navActive?'on':'']}}" bindtap="__e"><text class="data-v-697e5404">{{item.cate_name}}</text></view></block></scroll-view></view><view class="conter data-v-697e5404"><scroll-view class="conterScroll height-add data-v-697e5404" scroll-y="true" scroll-into-view="{{toView}}" scroll-with-animation="true" data-event-opts="{{[['scroll',[['scroll',['$event']]]]]}}" bindscroll="__e"><block wx:for="{{productList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block class="data-v-697e5404"><view class="listw data-v-697e5404" id="{{'b'+index}}"><view class="title acea-row row-middle data-v-697e5404"><navigator class="name acea-row row-middle data-v-697e5404" url="{{'/pages/goods/goods_list/index?cid='+item.id+'&title='+item.cate_name}}" hover-class="none">{{''+item.cate_name}}<text class="iconfont icon-xiangyou data-v-697e5404"></text></navigator></view><view class="list acea-row data-v-697e5404"><block wx:for="{{item.children}}" wx:for-item="itemn" wx:for-index="indexn" wx:key="indexn"><block class="data-v-697e5404"><navigator class="item acea-row row-column row-middle data-v-697e5404" hover-class="none" url="{{'/pages/goods/goods_list/index?sid='+itemn.id+'&title='+itemn.cate_name}}"><view class="picture data-v-697e5404"><block wx:if="{{itemn.pic}}"><image src="{{itemn.pic}}" class="data-v-697e5404"></image></block><block wx:else><image src="/static/images/sort-img.png" class="data-v-697e5404"></image></block></view><view class="name line1 data-v-697e5404">{{itemn.cate_name}}</view></navigator></block></block></view></view></block></block><view style="{{('height:'+(height-heightDiv)+'rpx;')}}" class="data-v-697e5404"></view></scroll-view></view></view></view>
|