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 |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/public/html/per_cms.html b/public/html/per_cms.html
index cbe496c..3504b69 100644
--- a/public/html/per_cms.html
+++ b/public/html/per_cms.html
@@ -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