|
@@ -20,28 +20,28 @@
|
|
|
<img :src="item.logoImg" alt="" class="mainwzImg">
|
|
|
</view>
|
|
|
<view class="wztitle">{{item.name}}</view>
|
|
|
- <view class="wztime"></view>
|
|
|
+ <view class="wztime">{{item.CreateTime.slice(0,10)}}</view>
|
|
|
</view>
|
|
|
<view class="mainwzline" v-if="recommendList[index+1]" @click="goDetail3(recommendList[index+1])" >
|
|
|
<view class="mainwzImgBox">
|
|
|
<img :src="recommendList[index+1].logoImg" alt="" class="mainwzImg">
|
|
|
</view>
|
|
|
<view class="wztitle">{{recommendList[index+1].name}}</view>
|
|
|
- <view class="wztime"></view>
|
|
|
+ <view class="wztime">{{recommendList[index+1].CreateTime.slice(0,10)}}</view>
|
|
|
</view>
|
|
|
<view class="mainwzline" v-if="recommendList[index+2]" @click="goDetail3(recommendList[index+2])" >
|
|
|
<view class="mainwzImgBox">
|
|
|
<img :src="recommendList[index+2].logoImg" alt="" class="mainwzImg">
|
|
|
</view>
|
|
|
<view class="wztitle">{{recommendList[index+2].name}}</view>
|
|
|
- <view class="wztime"></view>
|
|
|
+ <view class="wztime">{{recommendList[index+2].CreateTime.slice(0,10)}}</view>
|
|
|
</view>
|
|
|
<view class="mainwzline mainwzlineR" v-if="recommendList[index+3]" @click="goDetail3(recommendList[index+3])" >
|
|
|
<view class="mainwzImgBox">
|
|
|
<img :src="recommendList[index+3].logoImg" alt="" class="mainwzImg">
|
|
|
</view>
|
|
|
<view class="wztitle">{{recommendList[index+3].name}}</view>
|
|
|
- <view class="wztime"></view>
|
|
|
+ <view class="wztime">{{recommendList[index+3].CreateTime.slice(0,10)}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <view class="swpCont">
|
|
@@ -93,7 +93,7 @@
|
|
|
<img :src="wz.logoImg" alt="" class="mainwzImg">
|
|
|
</view>
|
|
|
<view class="wztitle">{{wz.title}}</view>
|
|
|
- <view class="wztime">2022-3-30</view>
|
|
|
+ <view class="wztime">{{wz.CreateTime.slice(0,10)}}</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -524,7 +524,7 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
.swiperCont{
|
|
|
- width: 1236px;
|
|
|
+ width: 1200px;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
}
|