From 8dcfae4fff98fbbb19ff46bd9750f25bc56801a9 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期一, 31 七月 2023 10:42:20 +0800
Subject: [PATCH] Merge branch 'release/v1.1.5发布'

---
 public/html/signin.html |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/public/html/signin.html b/public/html/signin.html
index 3d7c6c2..5bb3b83 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%;"
@@ -255,7 +255,8 @@
   data: function() {
     return {
       //posturl:"http://dfg.shop.com",
-      posturl:"http://appapitest.ushopvip.com",
+      //posturl:"http://appapitest.ushopvip.com",
+      posturl:"http://dfgapp.ushopvip.com",
       showDirect: false,
       codeId: vmRequest("code"),
 
@@ -340,6 +341,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')
@@ -404,10 +415,16 @@
                 })
             },
     toSignIn: function() {
-      if(!this.sign_info.tpwd) {
+      if(!this.sign_info.url) {
         return;
       }
-      SpaUtils.copy(this.sign_info.tpwd, "澶嶅埗鍙d护鎴愬姛锛岃鎵撳紑娣樺疂娴忚棰嗗彇绛惧埌绾㈠寘");
+      uni.postMessage({
+                data: {
+                  action: 'totb',
+                  tburl:this.sign_info.url
+                }
+        })
+      //SpaUtils.copy(this.sign_info.tpwd, "澶嶅埗鍙d护鎴愬姛锛岃鎵撳紑娣樺疂娴忚棰嗗彇绛惧埌绾㈠寘");
     },
     getUrlPar:function(name)
             {

--
Gitblit v1.9.3