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.
14 lines
361 B
14 lines
361 B
3 months ago
|
<!--pages/prod-classify/prod-classify.wxml-->
|
||
|
|
||
|
<view class='container'>
|
||
|
<!-- <view class='line-fix'></view>
|
||
|
<view class='tit-background'></view> -->
|
||
|
<view>
|
||
|
<block wx:for="{{prodList}}" wx:key ="key">
|
||
|
<prod item="{{item}}" ></prod>
|
||
|
</block>
|
||
|
</view>
|
||
|
<view wx:if="{{!prodList.length}}" class="empty-list">
|
||
|
暂无商品
|
||
|
</view>
|
||
|
</view>
|