diff --git a/api/job.js b/api/job.js index a5c4a8c..91993f1 100644 --- a/api/job.js +++ b/api/job.js @@ -18,7 +18,9 @@ let jobInfo = { job_getPolicyShare: '/yishoudan/store/job/getPolicyByStoreJobId',// 获取共享职位政策 job_ai: '/yishoudan/common/structure/get', // 获取ai结果 yi_job_class_new: "/labels/getListByTypeAndIndustry", // 新职位要求接口(新) - job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIM", // 获取客服ID + job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIMAccid", // 获取客服ID + job_get_agency_cus: "/yishoudan/job/customer/support/getAgencyCustomerSupportIMAccid", // 获取代理客服ID + hasSee: "/yishoudan/job/view/record/addRecord", getCityNameByLatLng: '/location/getCityNameByLatLng' ,// 根据经纬度获取城市 get_city_list: '/city/getAllCityLevel2', // 获取城市列表 diff --git a/components/panel/record.vue b/components/panel/record.vue index 754329e..6109e74 100644 --- a/components/panel/record.vue +++ b/components/panel/record.vue @@ -124,7 +124,7 @@ export default { border-left: 2px solid #cccccc; left: 0px; line-height: 22px; - height: 50px; + // height: 50px; font-size: 16px; font-weight: bold; color: #333333; diff --git a/main.js b/main.js index f5effc6..2fa7c28 100644 --- a/main.js +++ b/main.js @@ -190,7 +190,7 @@ export function createApp () { G.Get(apiInfo.getOssInfo, { prefix: customDir }, ({ data }) => { console.log('uploadImgToOssresresresres', data); const { policy, signature, accessid, dir, host } = data; - let key = (customDir ? (customDir + '/') : dir) + that.getUUID() + let key = dir + that.getUUID() const formData = { "key": key + "_${filename}", "policy": policy, diff --git a/pages.json b/pages.json index 14c5bdc..fcbb5e3 100644 --- a/pages.json +++ b/pages.json @@ -169,7 +169,10 @@ { "path": "loginIndex", "style": { - "navigationBarTitleText": "登录" + "navigationBarTitleText": "登录", + "backgroundColor": "#ffffff", + "backgroundColorTop": "#ffffff", + "backgroundColorBottom": "#ffffff" } }, { @@ -412,9 +415,9 @@ "path": "job", "style": { "navigationBarTitleText": "职位详情", - "backgroundColor": "#ffffff", - "backgroundColorTop": "#ffffff", - "backgroundColorBottom": "#ffffff" + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed" } }, { @@ -520,7 +523,10 @@ { "path": "city", "style": { - "navigationBarTitleText": "选择城市" + "navigationBarTitleText": "选择城市", + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed" } }, { diff --git a/pages/message/index.vue b/pages/message/index.vue index 200d167..14bd5e5 100644 --- a/pages/message/index.vue +++ b/pages/message/index.vue @@ -1,30 +1,28 @@