Răsfoiți Sursa

规格去掉

zhaoxw 4 ani în urmă
părinte
comite
875a595dae
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      pagesGood/goodDetails.vue

+ 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>