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>