首页汇率

This commit is contained in:
pplokijuhyg 2020-01-02 14:29:44 +08:00
parent d2bdc02fc9
commit 2ca773a987

View File

@ -1,4 +1,4 @@
<view class="list"> <view class="list">
<view class="title"><text>热门商品</text><text>€1=¥{{huilv}}</text></view> <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}}"></commodity> <commodity wx:for="{{list}}" title="{{item.goods_name}}" price="{{item.shop_price}}" img="{{item.image}}" shopid="{{item.goods_id}}"></commodity>
</view> </view>