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:
zhugaoliang 2025-04-10 19:30:08 +08:00
parent d68d3a1adf
commit 7b7e00bd20

View File

@ -197,7 +197,7 @@
</view>
</view>
<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"
@tap="handlePropertyReduce">
<view class="iconfont iconsami-select"></view>