deguodaigou/components/index/list/commodity/index.wxml
2020-01-02 18:21:37 +08:00

14 lines
592 B
Plaintext

<view class="commodity" bindtap="gotodetail" data-id="{{shopid}}">
<view class="content">
<image class="imgthumb " src="{{img}}"></image>
<view class="introduce">
<text class="towline">{{title}}</text>
<view>
<view>€{{shoppriceeur}}<text>(¥{{price}})</text></view>
<view>加入购物车</view>
</view>
</view>
</view>
<view class="decorate"></view>
</view>