deguodaigou/components/index/list/index.wxml

4 lines
280 B
Plaintext
Raw Normal View History

2019-12-23 02:04:09 +00:00
<view class="list">
2020-01-02 06:28:07 +00:00
<view class="title"><text>热门商品</text><text>€1=¥{{huilv}}</text></view>
2019-12-23 02:04:09 +00:00
<commodity wx:for="{{list}}" title="{{item.goods_name}}" price="{{item.shop_price}}" img="{{item.image}}" shopid="{{item.goods_id}}"></commodity>
2019-12-13 03:43:02 +00:00
</view>