|
@@ -5,7 +5,7 @@
|
|
|
<image :src="$method.splitImgHost(goodsData.coverUrl, true)" style="width: 100%;"></image>
|
|
|
<view style="padding:20rpx">
|
|
|
<view style="display: flex;margin-top: 13rpx;">
|
|
|
- <view class="yearTag">{{goodsData.year}}</view>
|
|
|
+ <view class="yearTag" v-if="goodsData.year">{{goodsData.year}}</view>
|
|
|
<view class="titleTag">{{goodsData.goodsName}}</view>
|
|
|
</view>
|
|
|
<view style="display: flex;justify-content: space-between;margin-top: 13rpx;" v-if="false">
|