From 7ed108f71c66e74724c066843c4ae08c1050d4b9 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 29 六月 2023 09:43:13 +0800 Subject: [PATCH] no message --- public/html/per_cms.html | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/public/html/per_cms.html b/public/html/per_cms.html index 7ececef..3504b69 100644 --- a/public/html/per_cms.html +++ b/public/html/per_cms.html @@ -39,6 +39,7 @@ border-radius:8px; margin-bottom: 20px; padding: 10px; + font-size: 13px; } .topgu { @@ -152,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