Administrator 4 éve
szülő
commit
da3cc4f8df

+ 1 - 1
components/cm-module/productDetails/secondParameters.vue

@@ -13,7 +13,7 @@
 			<view class="content-td">商品成色</view> 
 			<view class="content-th">{{product.productQuality}}</view>
 		</view>
-		<view class="content-tr" v-if="product.fixedYears!=''">
+		<view class="content-tr" v-if="product.fixedYears!=''&& product.fixedYears!=null">
 			<view class="content-td">出厂日期</view> 
 			<view class="content-th">{{product.fixedYears}}</view>
 		</view>