deguodaigou/components/index/list/index.wxml

4 lines
237 B
Plaintext
Raw Normal View History

2019-12-23 10:04:09 +08:00
<view class="list">
<text class="title">热门商品</text>
<commodity wx:for="{{list}}" title="{{item.goods_name}}" price="{{item.shop_price}}" img="{{item.image}}" shopid="{{item.goods_id}}"></commodity>
2019-12-13 11:43:02 +08:00
</view>