From 1f745600c96e344fb2e1db0fae42a5472d1b56cc Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 13 七月 2023 15:48:48 +0800
Subject: [PATCH] no message

---
 public/html/compareprice.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/public/html/compareprice.html b/public/html/compareprice.html
index b769160..ed7ed01 100644
--- a/public/html/compareprice.html
+++ b/public/html/compareprice.html
@@ -28,7 +28,6 @@
         {
             width: 95%;
             margin: 0 auto;
-            min-height: 23rem;
             margin-top: 5.3rem;
             position:relative;
         }
@@ -104,7 +103,7 @@
             width: 100%;
             text-align: center;
             margin: 0 auto;
-            line-height: 6.2rem;
+            line-height: 1.2rem;
             color: #a69b9b;
             font-size: 14px;
         }
@@ -418,7 +417,7 @@
             {
                 uni.postMessage({
                     data: {
-                        action: 'getlike'
+                        action: 'copy'
                     }
                 })
             },
@@ -472,7 +471,9 @@
             },
         },
         mounted:function(){
-            this.getLikeGoods();
+            document.addEventListener('UniAppJSBridgeReady', function() {
+                this.getLikeGoods();
+            });
         }
     })
 </script>
\ No newline at end of file

--
Gitblit v1.9.3