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.

11 lines
268 B

<!--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>