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

14 lines
579 B
Plaintext
Raw Normal View History

2019-12-23 02:04:09 +00:00
<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>
2020-01-02 06:28:07 +00:00
<view>${{price}}<text>(¥price)</text></view>
<view>加入购物车</view>
2019-12-23 02:04:09 +00:00
</view>
</view>
</view>
<view class="decorate"></view>
2019-12-13 03:43:02 +00:00
</view>