|
@@ -2,7 +2,7 @@
|
|
|
<view class="main">
|
|
|
<!--轮播图-->
|
|
|
<view class="banner">
|
|
|
- <u-swiper circular :radius="5" :indicator="true" keyName="pic" :list="bannerList" :height="150" class="uni-swiper" @click="click"></u-swiper>
|
|
|
+ <u-swiper circular :radius="5" :indicator="true" keyName="pic" :list="bannerList" :height="160" class="uni-swiper" @click="click"></u-swiper>
|
|
|
</view>
|
|
|
<!--菜单-->
|
|
|
<view class="menu">
|
|
@@ -60,7 +60,7 @@
|
|
|
<view class="gg">
|
|
|
<view class="title">最新资讯</view>
|
|
|
<view class="bor"></view>
|
|
|
- <view class="more" @click="go('/pages/news/index')">
|
|
|
+ <view class="more" @click="go('/pages/news/index?type=新闻资讯')">
|
|
|
<text>更多</text>
|
|
|
<text class="icon"></text>
|
|
|
</view>
|
|
@@ -77,14 +77,14 @@
|
|
|
<view class="item" style="height: 190px">
|
|
|
<view class="out" style="padding-right: 0px" @click="go('/pages/news/index?type=就业政策')">
|
|
|
<view class="int" style="height: 175px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2)">
|
|
|
- <image :src="img.a2" style="height: 180px; width: 100%"></image>
|
|
|
+ <image :src="img.a2" style="height: 180px; width: 100%"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item" style="height: 190px">
|
|
|
<view class="out">
|
|
|
<view class="int">
|
|
|
- <view class="it" style="height: 80px" @click="go('/pages/news/index?type=就业政策')">
|
|
|
+ <view class="it" style="height: 80px" @click="go('/pages/news/index?type=人才政策')">
|
|
|
<image :src="img.a3" mode="aspectFill" style="height: 85px; width: 100%"></image>
|
|
|
</view>
|
|
|
<view class="it" style="height: 86px; margin-top: 10px" @click="go('/pages/news/index?type=创业政策')">
|