政策资讯显示与否调整
This commit is contained in:
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
<view class="latestMission">
|
<view class="latestMission">
|
||||||
<view class="cardTips" style="margin: 0 26rpx;display: flex;align-items: center;justify-content: space-between;padding-bottom: 10rpx;">
|
<view class="cardTips" style="margin: 0 26rpx;display: flex;align-items: center;justify-content: space-between;padding-bottom: 10rpx;">
|
||||||
<view>最新资讯</view>
|
<view>政策资讯</view>
|
||||||
<view style="display: flex;align-items: center;" @click="toNewProject">
|
<view style="display: flex;align-items: center;" @click="toNewProject">
|
||||||
<view style="color:#707070;font-size:26rpx;margin-right: 10rpx;">更多</view>
|
<view style="color:#707070;font-size:26rpx;margin-right: 10rpx;">更多</view>
|
||||||
<image src="../../static/img/right.svg" mode="" style="width: 14rpx;height: 26rpx;"></image>
|
<image src="../../static/img/right.svg" mode="" style="width: 14rpx;height: 26rpx;"></image>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<view class="typeButtonWrapper">
|
<view class="typeButtonWrapper">
|
||||||
<view class="typeButtonLeft">
|
<view class="typeButtonLeft">
|
||||||
|
|
||||||
<view v-for="(item, index) in nonReactiveArray" :key="index" v-show="index == activeTab"
|
<view v-for="(item, index) in nonReactiveArray" :key="index" v-show="(activeTab!=2)&&(index==1||index==0)"
|
||||||
:class="['typeButton', index == activeTab ? 'activeButton' : '']" @click="changeTab(index)">{{ item
|
:class="['typeButton', index == activeTab ? 'activeButton' : '']" @click="changeTab(index)">{{ item
|
||||||
}}</view>
|
}}</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -145,7 +145,7 @@ export default {
|
|||||||
open: false,
|
open: false,
|
||||||
showPopUp: false,
|
showPopUp: false,
|
||||||
|
|
||||||
nonReactiveArray: ["最新任务", "最新岗位", "最新政策"],
|
nonReactiveArray: ["最新任务", "最新岗位", "政策资讯"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad: function (option) {
|
onLoad: function (option) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
port: 1887,
|
port: 1887,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://192.168.3.108:8000', // 本地服务接口地址
|
target: 'http://192.168.3.104:8000', // 本地服务接口地址
|
||||||
// target: "http://39.98.184.58:8000", // 阿里云后台地址
|
// target: "http://39.98.184.58:8000", // 阿里云后台地址
|
||||||
// target: "http://192.168.0.101:8000", // 本地网关
|
// target: "http://192.168.0.101:8000", // 本地网关
|
||||||
ws: true,
|
ws: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user