Administrator 4 年之前
父节点
当前提交
da3cc4f8df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/cm-module/productDetails/secondParameters.vue

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