diff --git a/common/api.js b/common/api.js index 20a3033..34b670f 100644 --- a/common/api.js +++ b/common/api.js @@ -57,6 +57,7 @@ export const confirmOrderTryCompanyOk = (params) => http.post('/employ-api/emplo export const queryJobListByUserId = (params) => http.get('/employ-api/employ/job/queryJobListByUserId', {params:params}) //编辑招聘信息 export const updateJob = (params) => http.get('/employ-api/employ/job/updateJob', params) +export const stopJob = (params) => http.post('/employ-api/employ/job/stopJob', params) //删除招聘信息 export const deleteJob = (params) => http.get('/employ-api/employ/job/deleteJob', {params:params}) diff --git a/common/config.js b/common/config.js index e8f6127..3dfc28a 100644 --- a/common/config.js +++ b/common/config.js @@ -3,7 +3,7 @@ module.exports = { // baseUrl:"https://employadmin.hhlm1688.com" // baseUrl:"http://h5.xzaiyp.top", //测试环境 // baseUrl:"http://youyi-test.natapp1.cc", - // baseUrl:"http://127.0.0.1:8002", + // baseUrl:"http://127.0.0.1:8003", baseUrl:"https://admin.zhixuanlietou.com", // http://youyi-test.natapp1.cc diff --git a/pages_subpack/hire/order-list.vue b/pages_subpack/hire/order-list.vue index 224051e..af67ace 100644 --- a/pages_subpack/hire/order-list.vue +++ b/pages_subpack/hire/order-list.vue @@ -31,6 +31,19 @@ + + + + + + {{jobInfo.status == 1 ? '已招满' : '招聘中'}} + + + + + + + + + + 已招满 + +