4 lines
280 B
Plaintext
4 lines
280 B
Plaintext
<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}}"></commodity>
|
|
</view> |