From 5d9cf179ba9691a3564e0d96a9110973d2ef401e Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 29 六月 2023 14:28:00 +0800
Subject: [PATCH] Merge branch 'feature/1.1.3api开发' into develop

---
 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