购物车完成
This commit is contained in:
16
components/shopping/shoppingitem/shoppingitem.wxml
Normal file
16
components/shopping/shoppingitem/shoppingitem.wxml
Normal file
@@ -0,0 +1,16 @@
|
||||
<view class="shoppingitem">
|
||||
<view class="select"></view>
|
||||
<view class="pic">
|
||||
<image></image>
|
||||
</view>
|
||||
<view class="shopinfo">
|
||||
<view class="shopname">{{shopname}}</view>
|
||||
<view class="shopdesc">{{shopdesc}}</view>
|
||||
<view class="price">${{price}}</view>
|
||||
</view>
|
||||
<view class="numberset">
|
||||
<view class="reverse"></view>
|
||||
<view class="num">5</view>
|
||||
<view class="add"></view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user