|
@@ -57,7 +57,7 @@
|
|
|
<view class="listBox">
|
|
|
<navigator hover-class="none" :url="'/pages3/course/detail?id='+item.goodsId + '&goodsType=' + item.goodsType" v-for="(item,index) in list1" :key="index" >
|
|
|
<view class="itemBox">
|
|
|
- <image :src="$method.splitImgHost(item.coverUrl, true)" style="height: 367rpx;width: 100%;border-radius: 24rpx;"></image>
|
|
|
+ <image :src="$method.splitImgHost(item.coverUrl)" style="height: 367rpx;width: 100%;border-radius: 24rpx;"></image>
|
|
|
<view style="display: flex;margin-top: 13rpx;align-items: center;">
|
|
|
<view class="yearTag" v-if="item.year">{{item.year}}</view>
|
|
|
<view class="titleTag">{{item.goodsName}}</view>
|
|
@@ -85,7 +85,7 @@
|
|
|
<view class="listBox">
|
|
|
<navigator hover-class="none" :url="'/pages2/bank/detail?id='+item.goodsId" v-for="(item,index) in list2" :key="index" >
|
|
|
<view class="itemBox">
|
|
|
- <image :src="$method.splitImgHost(item.coverUrl, true)" style="height: 367rpx;width: 100%;border-radius: 24rpx;"></image>
|
|
|
+ <image :src="$method.splitImgHost(item.coverUrl)" style="height: 367rpx;width: 100%;border-radius: 24rpx;"></image>
|
|
|
<view style="display: flex;margin-top: 13rpx;align-items: center;">
|
|
|
<view class="yearTag" v-if="item.year">{{item.year}}</view>
|
|
|
<view class="titleTag" style="display: flex;justify-content: space-between;flex:1;">
|
|
@@ -125,7 +125,7 @@
|
|
|
<!-- /pages5/liveDetail/index -->
|
|
|
<navigator hover-class="none" :url="'/pages3/course/detail?id='+item.goodsId + '&goodsType=' + item.goodsType" v-for="(item,index) in list3" :key="index" >
|
|
|
<view class="itemBox">
|
|
|
- <image :src="$method.splitImgHost(item.coverUrl, true)" style="height: 367rpx;width: 100%;border-radius: 24rpx;"></image>
|
|
|
+ <image :src="$method.splitImgHost(item.coverUrl)" style="height: 367rpx;width: 100%;border-radius: 24rpx;"></image>
|
|
|
<view style="display: flex;margin-top: 13rpx;align-items: center;">
|
|
|
<view class="yearTag" v-if="item.year">{{item.year}}</view>
|
|
|
<view class="titleTag" style="display: flex;justify-content: space-between;flex:1;">
|