|
@@ -13,7 +13,7 @@
|
|
<view class="content-td">商品成色</view>
|
|
<view class="content-td">商品成色</view>
|
|
<view class="content-th">{{product.productQuality}}</view>
|
|
<view class="content-th">{{product.productQuality}}</view>
|
|
</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-td">出厂日期</view>
|
|
<view class="content-th">{{product.fixedYears}}</view>
|
|
<view class="content-th">{{product.fixedYears}}</view>
|
|
</view>
|
|
</view>
|