浏览代码

✨ feat(goods-detail): 启用商品数量选择组件

- 取消注释商品详情页底部的数量选择器组件
- 允许用户通过加减按钮调整购买数量
yourname 1 月之前
父节点
当前提交
da734b7885
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mini/src/pages/goods-detail/index.tsx

+ 2 - 2
mini/src/pages/goods-detail/index.tsx

@@ -564,7 +564,7 @@ export default function GoodsDetailPage() {
 
       {/* 底部操作栏 */}
       <View className="bottom-action-bar">
-        {/* <View className="quantity-section">
+        { <View className="quantity-section">
           <Text className="quantity-label">数量</Text>
           <View className="quantity-controls">
             <Button
@@ -594,7 +594,7 @@ export default function GoodsDetailPage() {
               +
             </Button>
           </View>
-        </View> */}
+        </View> }