|
@@ -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}} {{goodData.unit ? goodData.unit : ''}}</text>
|
|
|
+ <!-- <text class="good-unit">{{number}} {{goodData.unit ? goodData.unit : ''}}</text> -->
|
|
|
+ <text class="good-unit">{{goodData.unit ? goodData.unit : ''}}</text>
|
|
|
<!-- <text class="iconfont iconfangxiang"></text>
|
|
|
-->
|
|
|
</view>
|