diff --git a/project.private.config.json b/project.private.config.json index 1af94ec..ceedfa5 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -2,7 +2,7 @@ "libVersion": "3.8.9", "projectname": "epmet-apartment-mp", "setting": { - "urlCheck": false, + "urlCheck": true, "coverView": true, "lazyloadPlaceholderEnable": false, "skylineRenderEnable": false, @@ -17,7 +17,7 @@ { "name": "pages/webView/webView", "pathName": "pages/webView/webView", - "query": "url=http://10.10.10.67:8080/#/home", + "query": "url=https://hxm5112004501.h5.esign.cn/mesign/guide?context=8zdldaHWrs&flowId=4f4fc975bf18493497664d856ef9b0c7&organ=false&appId=5112004501&linkSource=1&bizType=1&tsign_source_type=SIGN_LINK_XUANYUAN&tsign_source_detail=1vGqUyZBm8k4aIosrZzTBwZ3FQaB3qkz0HWgnm8GlHwiYjmkTXVpH1zx4ycTZromz5No%2B3J7VKbMMpM5%2F65Rol8hKJFv%2FUYaxvyqjAMSRSZ%2BTfSHFEqyivsay6qKQ9Vb2hdIX1n2taZnnPCaXZqRkUK42MY%2F9fsVHK%2FeDZxkZmD%2FU7TvM93XMH0FbGSDOIMJ1IyDrymcoq6eY8VMEywOyDz9YWygu5gDDys8QRxb7JvqumAUE9ornw7Lxxe%2FmxRab", "scene": null, "launchMode": "default" }, diff --git a/subpages/index/checkInUser/checkInUser.js b/subpages/index/checkInUser/checkInUser.js index 650d4d3..5777867 100644 --- a/subpages/index/checkInUser/checkInUser.js +++ b/subpages/index/checkInUser/checkInUser.js @@ -89,6 +89,7 @@ Page({ }) }, submit(){ + selectMzGraduateInfo({idCard:this.data.form.idCard}).then(res=>{ console.log(res,'毕业生信息'); if(res.code === 200){ @@ -97,7 +98,7 @@ Page({ //线上支付去跳转签合同 app.globalData.userInfo.chooseRoomId = res.data.chooseRecId console.log(res.data.contract,'链接》》》》'); - + res.data.contract = res.data.contract.replace('https://h5.esign.cn','https://hxm5112004501.h5.esign.cn') wx.navigateTo({ url: '/pages/webView/webView?url=' + encodeURIComponent(res.data.contract), }) diff --git a/subpages/index/checkInWait/checkInWait.js b/subpages/index/checkInWait/checkInWait.js index 0186264..ad8c16b 100644 --- a/subpages/index/checkInWait/checkInWait.js +++ b/subpages/index/checkInWait/checkInWait.js @@ -97,6 +97,7 @@ Page({ if(res.data.signType === 0 && res.data.contract){ app.globalData.userInfo.chooseRoomId = res.data.chooseRecId console.log(res.data.contract,'链接》》》》'); + res.data.contract = res.data.contract.replace('https://h5.esign.cn','https://hxm5112004501.h5.esign.cn') wx.navigateTo({ url: '/pages/webView/webView?url=' + encodeURIComponent(res.data.contract), }) diff --git a/subpages/index/renewalApplication/renewalApplication.js b/subpages/index/renewalApplication/renewalApplication.js index 15dee15..c339413 100644 --- a/subpages/index/renewalApplication/renewalApplication.js +++ b/subpages/index/renewalApplication/renewalApplication.js @@ -74,6 +74,7 @@ Page({ getContractToBeSigned(){ getContractToBeSigned().then(res=>{ if(res.data.code === 1){ + res.data.url = res.data.url.replace('https://h5.esign.cn','https://hxm5112004501.h5.esign.cn') wx.navigateTo({ url: '/pages/webView/webView?url=' + encodeURIComponent(res.data.url), })