From ffa56edd18ca1ad73982066e03e75e9a2f514258 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 30 六月 2023 11:06:15 +0800 Subject: [PATCH] no message --- public/html/signin.html | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/public/html/signin.html b/public/html/signin.html index b329d72..b572809 100644 --- a/public/html/signin.html +++ b/public/html/signin.html @@ -448,14 +448,8 @@ // copy(item.tpwd, "澶嶅埗鍙d护鎴愬姛,璇锋墦寮�娣樺疂涓嬪崟"); if(!isCoupon) { // 鐩存帴澶嶅埗 - //SpaUtils.copy(item.itemtitle, false); - //this.titleCopyTipsVisible = true; - uni.postMessage({ - data: { - action: 'totb', - tburl:item.az_link - } - }) + SpaUtils.copy(item.itemtitle, false); + this.titleCopyTipsVisible = true; return; } var that = this; @@ -478,6 +472,8 @@ success: function(data) { layer.close(load); if(data.code == "1") { + if(!isCoupon) { + } that.taoToken = data.data.taoword; if(isCoupon) { //that.popupFun(".tokenbox1"); -- Gitblit v1.9.3