|
|
@@ -544,11 +544,7 @@ export default function GoodsDetailPage() {
|
|
|
</View>
|
|
|
|
|
|
<Text className="goods-title">{goods.name}</Text>
|
|
|
-
|
|
|
- <View>
|
|
|
- <Text className="goods-description">{goods.instructions || '暂无商品描述'}</Text>
|
|
|
- </View>
|
|
|
-
|
|
|
+
|
|
|
</View>
|
|
|
|
|
|
{/* 商品评价区域 - 暂时移除,后端暂无评价API */}
|
|
|
@@ -557,6 +553,10 @@ export default function GoodsDetailPage() {
|
|
|
<View className="detail-section">
|
|
|
<Text className="detail-title">商品详情</Text>
|
|
|
|
|
|
+ <View>
|
|
|
+ <Text className="goods-description">{goods.instructions || '暂无商品描述'}</Text>
|
|
|
+ </View>
|
|
|
+
|
|
|
{goods.detail ? (
|
|
|
<RichText
|
|
|
className="detail-content"
|