mallSelect.wxml 958 字节
<view class="goods_show data-v-123ea520"><view class="show_title data-v-123ea520">商品预览</view><view class="cate-content data-v-123ea520"><scroll-view class="cate-left data-v-123ea520" style="{{'height:'+(scrollHeight+'px')+';'}}" scroll-y="{{true}}"><block wx:for="{{classifyList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><text data-event-opts="{{[['tap',[['handleSelectNav',[index]]]]]}}" class="{{['type-nav','data-v-123ea520',(curIndex==index)?'selected':'']}}" bindtap="__e">{{item.name}}</text></block></scroll-view><scroll-view class="cate-right data-v-123ea520" style="{{'height:'+(scrollHeight+'px')+';'}}" scroll-y="{{true}}"><goods-list vue-id="35967fe6-1" goodsList="{{showProductList}}" class="data-v-123ea520" bind:__l="__l"></goods-list><view hidden="{{!($root.g0===0)}}" class="data-v-123ea520"><u-empty vue-id="35967fe6-2" mode="list" class="data-v-123ea520" bind:__l="__l"></u-empty></view></scroll-view></view></view>