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 | 31 ++++++++++++++++++++++++------- 1 files changed, 24 insertions(+), 7 deletions(-) diff --git a/public/html/signin.html b/public/html/signin.html index 2fce097..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) { @@ -571,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