From 70f5b82bc3fceafac2faf470280876b0eca6fac8 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 13 七月 2023 09:40:23 +0800
Subject: [PATCH] no message

---
 uniapp/utils/getClipboard.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/uniapp/utils/getClipboard.js b/uniapp/utils/getClipboard.js
index 6746089..db4aa89 100644
--- a/uniapp/utils/getClipboard.js
+++ b/uniapp/utils/getClipboard.js
@@ -11,7 +11,6 @@
         var nowClipData = res.data
         if (nowClipData.length > 6 && nowClipData!=uni.getStorageSync('clipboard')) {
           getApp().globalData.hasMode = true
-		  console.log(nowClipData);
           Vue.prototype.$u.api.identifyGoods({goods_url: nowClipData}).then(e => {
 			  console.log(e)
             if(e.code != 0) return Vue.prototype.$alert(e.msg)

--
Gitblit v1.9.3