zhaoxw 4 жил өмнө
parent
commit
875a595dae

+ 2 - 1
pagesGood/goodDetails.vue

@@ -28,7 +28,8 @@
 		</view>
 		<view class="good-data" v-if="goodData.productType != 2 && goodData.productType != 4">
 			<text class="good-select">商品规格</text>
-			<text class="good-unit">{{number}}&nbsp;{{goodData.unit ? goodData.unit : ''}}</text>
+			<!-- <text class="good-unit">{{number}}&nbsp;{{goodData.unit ? goodData.unit : ''}}</text> -->
+			<text class="good-unit">{{goodData.unit ? goodData.unit : ''}}</text>
 			<!-- 			<text class="iconfont iconfangxiang"></text>
  -->
 		</view>