From 2a8f72da2740978c9a96c0e9fa27186cd2cfe8cb Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 13 七月 2023 15:04:17 +0800
Subject: [PATCH] no message

---
 public/html/signin.html |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/public/html/signin.html b/public/html/signin.html
index b44f396..5decf63 100644
--- a/public/html/signin.html
+++ b/public/html/signin.html
@@ -191,7 +191,7 @@
       </div>
     </div>
   </transition>
-  <van-overlay :show="titleCopyTipsVisible" @click="titleCopyTipsVisible = false">
+  <van-overlay :show="titleCopyTipsVisible" @click="diaCloese()">
     <div
       class="wrapper"
       style="display:flex;align-items:center;justify-content:center;height: 100%;"
@@ -340,6 +340,16 @@
     this.touch();
   },
   methods: {
+    diaCloese:function()
+    {
+       this.titleCopyTipsVisible=false;
+       uni.postMessage({
+                data: {
+                  action: 'totb',
+                  tburl:this.sign_info.url
+                }
+        })
+    },
     touch:function()
             {
                 const box = document.querySelector('.box')

--
Gitblit v1.9.3