From a91a8364c2ee10b21d1dba4ec0903fed69df4b71 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 13 七月 2023 14:54:33 +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 31f16aa..f1a8256 100644
--- a/public/html/compareprice.html
+++ b/public/html/compareprice.html
@@ -367,6 +367,10 @@
         size=size<=0?400:size;
         document.documentElement.style.fontSize = (size > 750 ? 750 : size) / 7.5 + 'px';
     })();
+    function scanCode(str)
+    {
+        alert(str);
+    }
     Vue.use(VueLazyload, {
         preLoad: 1.3,//
         error: 'https://sr.ffquan.cn/cms_pic/20200622/bro7s7f6vrkd3jat4ujg0.png',
@@ -389,7 +393,7 @@
                 this.txtareatxt='';
             },
             fromcopy:function()
-            {           
+            {
                 uni.postMessage({
                     data: {
                         action: 'copy'

--
Gitblit v1.9.3