deguodaigou/components/index/list/index.wxml

7 lines
347 B
Plaintext
Raw Normal View History

2020-01-02 10:21:37 +00:00
<view class="list">
<view class="title">
<text>热门商品</text>
<text>实时汇率€1=¥{{huilv}}</text>
</view>
<commodity wx:for="{{list}}" title="{{item.goods_name}}" price="{{item.shop_price}}" img="{{item.image}}" shopid="{{item.goods_id}}" shoppriceeur="{{item.shop_price_eur}}"></commodity>
</view>