From ead8d9e255a85032ef02a2b1bfacdbd434629f47 Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Wed, 21 Feb 2024 11:45:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=E8=81=94=E7=B3=BB=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/projectInfo/projectInfo.vue | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index dd4105f..a237d8c 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,5 @@ { - "pages" : [ + "pages" : [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/index/index", diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue index 176575c..35b2e6b 100644 --- a/pages/projectInfo/projectInfo.vue +++ b/pages/projectInfo/projectInfo.vue @@ -131,9 +131,14 @@ 下一步 - - 1111111 - + + + 重要提示: + 为保障个人基本劳动权益,建议通过平台用工的形式就业 + {{ info.callName }} : {{ info.callTel }} + + + @@ -194,7 +199,7 @@ src: 'https://jlfiles.oss-cn-zhangjiakou.aliyuncs.com/jobslink-api/doc/%E7%94%B5%E5%AD%90%E5%90%88%E5%90%8C%E9%A2%84%E8%A7%88%E5%9B%BE%E7%89%87.png', maxlength: 6, collectStatus: 0, // 收藏状态 - showPopup: false, + showPopUp: false, } }, components: {uniMask,validCode,uniPopup}, @@ -236,9 +241,10 @@ }) }, callPhone() { - console.log('电话联系') - // this.showPopup = true; - this.$refs.popup.open(); + this.showPopUp = true; + }, + closePopUp() { + this.showPopUp = false; }, // 获取收藏状态 getCollectStatus() {