deguodaigou/components/index/list/index.wxml

4 lines
207 B
Plaintext
Raw Normal View History

2019-12-13 03:43:02 +00:00
<view class="list">
<text class="title">热门商品</text>
2019-12-18 10:10:15 +00:00
<commodity wx:for="{{list}}" title="{{item.goods_name}}" price="{{item.shop_price}}" img="{{item.image}}"></commodity>
2019-12-13 03:43:02 +00:00
</view>