From 8c00bd0245ca4756ca04483a4980ad202714e43e Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 20 七月 2023 09:40:44 +0800
Subject: [PATCH] Merge branch 'release/v1.1.4发布'

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

diff --git a/public/html/signin.html b/public/html/signin.html
index b44f396..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')
@@ -577,13 +588,13 @@
             }
             that.taoToken = data.data.taoword;
             if(isCoupon) {
-              //that.popupFun(".tokenbox1");
-              uni.postMessage({
+              that.popupFun(".tokenbox1");
+             /*  uni.postMessage({
                 data: {
                   action: 'totb',
                   tburl:data.data.link
                 }
-               })
+               }) */
             } else {
               that.openSnappedUpDialog();
             }

--
Gitblit v1.9.3