diff --git a/pages.json b/pages.json index 55b57f6..c18c488 100644 --- a/pages.json +++ b/pages.json @@ -101,14 +101,14 @@ }, { "path": "pages/index/outsourcing/outsourcing", "style": { - "navigationBarTitleText": "人力服务", + "navigationBarTitleText": "人才服务", "navigationBarBackgroundColor": "#284CD1" } }, { "path": "pages/index/outsourcing/cloudUserPage", "style": { - "navigationBarTitleText": "人力服务", + "navigationBarTitleText": "人才服务", "navigationBarBackgroundColor": "#284CD1", "enablePullDownRefresh": true, "onReachBottomDistance": 20 @@ -117,16 +117,23 @@ { "path": "pages/index/outsourcing/moreCloud", "style": { - "navigationBarTitleText": "人力服务", + "navigationBarTitleText": "人才服务", "navigationBarBackgroundColor": "#284CD1", "enablePullDownRefresh": true, "onReachBottomDistance": 20 } }, + { + "path": "pages/index/outsourcing/cloudDetail", + "style": { + "navigationBarTitleText": "人才服务", + "navigationBarBackgroundColor": "#284CD1" + } + }, { "path": "pages/index/outsourcing/cloudUserdetail", "style": { - "navigationBarTitleText": "人力服务", + "navigationBarTitleText": "人才服务", "navigationBarBackgroundColor": "#284CD1" } }, diff --git a/pages/index/outsourcing/cloudDetail.vue b/pages/index/outsourcing/cloudDetail.vue new file mode 100644 index 0000000..20634fd --- /dev/null +++ b/pages/index/outsourcing/cloudDetail.vue @@ -0,0 +1,292 @@ + + + + + \ No newline at end of file diff --git a/pages/index/outsourcing/moreCloud.vue b/pages/index/outsourcing/moreCloud.vue index b4d3673..e6901bf 100644 --- a/pages/index/outsourcing/moreCloud.vue +++ b/pages/index/outsourcing/moreCloud.vue @@ -21,7 +21,7 @@
- + {{it.city && it.city.split('-')[1]}} @@ -74,7 +74,7 @@ search() { this.queryParams.pageNum = 1 this.queryParams.pageSize = 10 - this.peopleList=[] + this.peopleList = [] this.getList() }, getList() { @@ -90,6 +90,11 @@ }) }) }, + goDetail(id) { + uni.navigateTo({ + url: '/pages/index/outsourcing/cloudDetail?id=' + id + }) + } } } diff --git a/pages/index/testcrowdsourc/crowdsourcingdetails.vue b/pages/index/testcrowdsourc/crowdsourcingdetails.vue index ab87bfa..b70765b 100644 --- a/pages/index/testcrowdsourc/crowdsourcingdetails.vue +++ b/pages/index/testcrowdsourc/crowdsourcingdetails.vue @@ -143,10 +143,7 @@

{{crowddata.task.company_name}}

- - +

发包总数: diff --git a/pages/index/testtraining/testtraining.vue b/pages/index/testtraining/testtraining.vue index fd13d6f..5baee8b 100644 --- a/pages/index/testtraining/testtraining.vue +++ b/pages/index/testtraining/testtraining.vue @@ -955,16 +955,12 @@ if (height > 0) { // 校企 this.flag = false - uni.showToast({ - title:'打开' - }) + } // 键盘收回 else { this.flag = true - uni.showToast({ - title:'收起' - }) + } }, // 获取专家列表 diff --git a/static/crowd/email.png b/static/crowd/email.png deleted file mode 100644 index fac0c47..0000000 Binary files a/static/crowd/email.png and /dev/null differ diff --git a/static/crowd/noemail.png b/static/crowd/noemail.png deleted file mode 100644 index 2e87243..0000000 Binary files a/static/crowd/noemail.png and /dev/null differ diff --git a/static/crowd/nophone.png b/static/crowd/nophone.png deleted file mode 100644 index b30e54a..0000000 Binary files a/static/crowd/nophone.png and /dev/null differ diff --git a/static/crowd/phone.png b/static/crowd/phone.png deleted file mode 100644 index 81b2bf6..0000000 Binary files a/static/crowd/phone.png and /dev/null differ diff --git a/static/crowd/setpx.png b/static/crowd/setpx.png deleted file mode 100644 index 8de194b..0000000 Binary files a/static/crowd/setpx.png and /dev/null differ diff --git a/static/crowd/setyr.png b/static/crowd/setyr.png deleted file mode 100644 index b183cd7..0000000 Binary files a/static/crowd/setyr.png and /dev/null differ diff --git a/static/index/activeshopping.png b/static/index/activeshopping.png deleted file mode 100644 index 1c6e0f8..0000000 Binary files a/static/index/activeshopping.png and /dev/null differ diff --git a/static/index/icon1.png b/static/index/icon1.png new file mode 100644 index 0000000..1fb65c0 Binary files /dev/null and b/static/index/icon1.png differ diff --git a/static/index/icon2.png b/static/index/icon2.png new file mode 100644 index 0000000..3a72517 Binary files /dev/null and b/static/index/icon2.png differ diff --git a/static/index/icon3.png b/static/index/icon3.png new file mode 100644 index 0000000..2e78f4b Binary files /dev/null and b/static/index/icon3.png differ diff --git a/static/index/icon4.png b/static/index/icon4.png new file mode 100644 index 0000000..efd3a17 Binary files /dev/null and b/static/index/icon4.png differ diff --git a/static/index/rnotice.png b/static/index/rnotice.png deleted file mode 100644 index 3ca63f6..0000000 Binary files a/static/index/rnotice.png and /dev/null differ diff --git a/static/index/shopping.png b/static/index/shopping.png deleted file mode 100644 index 1235bbc..0000000 Binary files a/static/index/shopping.png and /dev/null differ diff --git a/static/index/testkit.png b/static/index/testkit.png deleted file mode 100644 index fe0f848..0000000 Binary files a/static/index/testkit.png and /dev/null differ diff --git a/utils/http.js b/utils/http.js index 9484d9a..73aa915 100644 --- a/utils/http.js +++ b/utils/http.js @@ -1,9 +1,9 @@ import comstemutil from "./comstemutil"; //es6 -// const baseUrl = 'http://192.168.0.229:9999'; +const baseUrl = 'http://192.168.0.229:9999'; // const baseUrl = 'http://172.16.36.180:9999'; -const baseUrl = 'https://www.keyitest.cn/test-api'; +// const baseUrl = 'https://www.keyitest.cn/test-api'; // const baseUrl = 'https://www.keyitest.cn/prod-api'; // const devUrl = 'http://cloud-gateway:9999'; const devStatus = false;