|
@@ -5,14 +5,14 @@
|
|
<image :src="$method.splitImgHost(goodsData.coverUrl, true)" style="width: 100%;"></image>
|
|
<image :src="$method.splitImgHost(goodsData.coverUrl, true)" style="width: 100%;"></image>
|
|
<view style="padding:20rpx">
|
|
<view style="padding:20rpx">
|
|
<view style="display: flex;margin-top: 13rpx;">
|
|
<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 class="titleTag">{{goodsData.goodsName}}</view>
|
|
</view>
|
|
</view>
|
|
- <view style="display: flex;justify-content: space-between;margin-top: 13rpx;" v-if="false">
|
|
|
|
|
|
+ <!-- <view style="display: flex;justify-content: space-between;margin-top: 13rpx;" v-if="false">
|
|
<view class="noteTag"><image src="/static/icon/wk_icon1.png" class="wk_icon"></image>
|
|
<view class="noteTag"><image src="/static/icon/wk_icon1.png" class="wk_icon"></image>
|
|
共 <text class="blackFont">{{goodsData.updateTime}}</text> 张卷 <text class="blackFont">1200</text> 道题 </view>
|
|
共 <text class="blackFont">{{goodsData.updateTime}}</text> 张卷 <text class="blackFont">1200</text> 道题 </view>
|
|
|
|
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<u-line color="#D6D6DB" />
|
|
<u-line color="#D6D6DB" />
|