deguodaigou/components/index/list/commodity/index.wxml

14 lines
545 B
Plaintext
Raw Normal View History

2019-12-19 06:29:24 +00:00
<view class="commodity" bindtap="gotodetail" data-id="{{shopid}}">
2019-12-13 03:43:02 +00:00
<view class="content">
2019-12-18 10:10:15 +00:00
<image class="imgthumb " src="{{img}}"></image>
2019-12-13 03:43:02 +00:00
<view class="introduce">
2019-12-18 10:10:15 +00:00
<text class="towline">{{title}}</text>
2019-12-19 06:29:24 +00:00
2019-12-13 03:43:02 +00:00
<view>
2019-12-18 10:10:15 +00:00
<text>¥{{price}}</text>
2019-12-13 03:43:02 +00:00
<text>加入购物车</text>
</view>
</view>
</view>
<view class="decorate"></view>
</view>