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

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

diff --git a/public/html/compareprice.html b/public/html/compareprice.html
index f1a8256..94858f3 100644
--- a/public/html/compareprice.html
+++ b/public/html/compareprice.html
@@ -369,7 +369,7 @@
     })();
     function scanCode(str)
     {
-        alert(str);
+        coptest(str);
     }
     Vue.use(VueLazyload, {
         preLoad: 1.3,//
@@ -392,6 +392,10 @@
             {
                 this.txtareatxt='';
             },
+            coptest(str)
+            {
+                alert(str);
+            },
             fromcopy:function()
             {
                 uni.postMessage({

--
Gitblit v1.9.3