From 7e45cad90b1ce6be19eb466c58b030b64c0d97a9 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期五, 30 六月 2023 11:31:55 +0800
Subject: [PATCH] no message

---
 public/html/signin.html |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/public/html/signin.html b/public/html/signin.html
index 85108c5..436e055 100644
--- a/public/html/signin.html
+++ b/public/html/signin.html
@@ -22,7 +22,7 @@
 </head>
 
 <body>
-<div id="app" v-cloak>
+<div id="app" style="background-color:#F10F04;padding-top:0.5rem" v-cloak>
   <template v-if="isexplain && issource">
     <div class="main">
       <!--<div class="banenr" v-on:click="openDirect">
@@ -446,7 +446,12 @@
       // if(!isCoupon && vmRequest("pure_tpwd")) {
       //   // 鐩存帴澶嶅埗
       //   copy(item.tpwd, "澶嶅埗鍙d护鎴愬姛,璇锋墦寮�娣樺疂涓嬪崟");
-    
+      if(!isCoupon) {
+        // 鐩存帴澶嶅埗
+        SpaUtils.copy(item.itemtitle, false);
+        this.titleCopyTipsVisible = true;
+        return;
+      }
       var that = this;
       var load = layer.load(1, {shade: 0.3});
       $.ajax({
@@ -467,14 +472,7 @@
         success: function(data) {
           layer.close(load);
           if(data.code == "1") {
-            if(!isCoupon) {//鐩存帴涓嬪崟
-              uni.postMessage({
-                data: {
-                  action: 'totb',
-                  tburl:data.data.item_url
-                }
-               })
-               return;
+            if(!isCoupon) {
             }
             that.taoToken = data.data.taoword;
             if(isCoupon) {

--
Gitblit v1.9.3