浏览代码

规格去掉

zhaoxw 4 年之前
父节点
当前提交
875a595dae
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>