功能优化
This commit is contained in:
@@ -164,7 +164,7 @@ export default {
|
|||||||
open: false,
|
open: false,
|
||||||
showPopUp: false,
|
showPopUp: false,
|
||||||
|
|
||||||
nonReactiveArray: ["推荐任务", "推荐岗位", "推荐招工"],
|
nonReactiveArray: ["推荐任务", "推荐岗位", "个体户招工"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad: function () {
|
onLoad: function () {
|
||||||
@@ -499,7 +499,7 @@ export default {
|
|||||||
|
|
||||||
.typeButton {
|
.typeButton {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10rpx 40rpx;
|
padding: 10rpx 30rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="select">请选择</view>
|
<view class="select">请选择</view>
|
||||||
<view class="select-text">您是个体招工还是企业招工</view>
|
<view class="select-text">您是个体户招工还是企业招工</view>
|
||||||
<view class="block" @click="next(0)">
|
<view class="block" @click="next(0)">
|
||||||
<img src="../../static/img/zhao_icon1.png" alt="" />
|
<img src="../../static/img/zhao_icon1.png" alt="" />
|
||||||
<view class="block-text">个体招工</view>
|
<view class="block-text">个体户招工</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="block" @click="next(1)">
|
<view class="block" @click="next(1)">
|
||||||
<img src="../../static/img/zhao_icon2.png" alt="" />
|
<img src="../../static/img/zhao_icon2.png" alt="" />
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cond_list" v-else>
|
<view class="cond_list" v-else>
|
||||||
<view style="font-weight: 700;">个体招工</view>
|
<view style="font-weight: 700;">个体户招工</view>
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="cond_item item_com"
|
class="cond_item item_com"
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
id: 1
|
id: 1
|
||||||
}
|
}
|
||||||
// , {
|
// , {
|
||||||
// text: "个体招工",
|
// text: "个体户招工",
|
||||||
// id: 2
|
// id: 2
|
||||||
// }
|
// }
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<!-- 个体招工 -->
|
<!-- 个体户招工 -->
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<view class="u-demo-block__content">
|
<view class="u-demo-block__content">
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
import CustomTabbar from '@/components/CustomTabbar/custom_tabbar.vue'
|
import CustomTabbar from '@/components/CustomTabbar/custom_tabbar.vue'
|
||||||
import Task from './task.vue' // 发布任务
|
import Task from './task.vue' // 发布任务
|
||||||
import Work from './work.vue' // 发布岗位
|
import Work from './work.vue' // 发布岗位
|
||||||
import Person from './person.vue' // 个体招工
|
import Person from './person.vue' // 个体户招工
|
||||||
import { mapState } from 'vuex'
|
import { mapState } from 'vuex'
|
||||||
export default {
|
export default {
|
||||||
components: {CustomTabbar, CustomNavbar, Task, Work, Person},
|
components: {CustomTabbar, CustomNavbar, Task, Work, Person},
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
value2: '招工内容',
|
value2: '招工内容',
|
||||||
pageType: null, // null: 个人 enterprise: 企业
|
pageType: null, // null: 个人 enterprise: 企业
|
||||||
fileList1: [],
|
fileList1: [],
|
||||||
nonReactiveArray: ["发布任务", "发布岗位", "个体招工"],
|
nonReactiveArray: ["发布任务", "发布岗位", "个体户招工"],
|
||||||
activeTab: 0,
|
activeTab: 0,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://192.168.3.104: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.3.108:8000', // 本地服务接口地址
|
// target: 'http://192.168.3.108:8000', // 本地服务接口地址
|
||||||
// target: 'http://192.168.3.111:8000', // 本地服务接口地址
|
// target: 'http://192.168.3.111:8000', // 本地服务接口地址
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user