From fbf3cd3176f6035436f0f0bf94dc01d44e712128 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期五, 14 七月 2023 11:00:06 +0800 Subject: [PATCH] Merge branch 'feature/v1.1.4开发' of http://60.204.153.149:8081/r/dfgApi into feature/v1.1.4开发 --- public/html/per_cms.html | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/public/html/per_cms.html b/public/html/per_cms.html index cbe496c..e82333c 100644 --- a/public/html/per_cms.html +++ b/public/html/per_cms.html @@ -136,9 +136,9 @@ headers:{ "token":this.getUrlPar("token") }, - url:'http://appapitest.ushopvip.com/api/activity/cmsGet', + //url:'http://appapitest.ushopvip.com/api/activity/cmsGet', //url:'http://dfg.shop.com/api/activity/cmsGet', - //url:'http://dfgapp.ushopvip.com/api/activity/cmsGet', + url:'http://dfgapp.ushopvip.com/api/activity/cmsGet', type:"post", dataType:"json", async: false, @@ -153,7 +153,17 @@ _this.handleClipboard(res.data.url); } else { - alert(res.msg); + if(res.msg=="璇峰厛娣樺疂鎺堟潈") + { + uni.postMessage({ + data: { + action: 'tbauth' + } + }) + } + else{ + alert(res.msg); + } } _this.loading=false; }) -- Gitblit v1.9.3