|
|
@@ -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> }
|
|
|
|
|
|
|
|
|
|