Add menu page with product listing and shopping cart functionality
diff --git a/yshop-drink-uniapp-vue3/pages/menu/menu.vue b/yshop-drink-uniapp-vue3/pages/menu/menu.vue new file mode 100644 index 0000
This commit is contained in:
parent
d68d3a1adf
commit
7b7e00bd20
@ -197,7 +197,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="quantity-control">
|
<view class="quantity-control">
|
||||||
<text class="stock-info">库存:{{ good.stock }} </text>
|
<!-- <text class="stock-info">库存:{{ good.stock }} </text> -->
|
||||||
<button type="default" plain class="quantity-button" size="mini" hover-class="none"
|
<button type="default" plain class="quantity-button" size="mini" hover-class="none"
|
||||||
@tap="handlePropertyReduce">
|
@tap="handlePropertyReduce">
|
||||||
<view class="iconfont iconsami-select"></view>
|
<view class="iconfont iconsami-select"></view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user