From d08d109fd1c954fea6f440e592f91bec4a556fb2 Mon Sep 17 00:00:00 2001 From: liub Date: Wed, 24 Dec 2025 17:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BC=98=E5=8C=96=E5=8A=A0?= =?UTF-8?q?=E8=92=99=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/common/index/index.vue | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cd7591b..35807b5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "星汉物联", "appid" : "__UNI__A21EF43", "description" : "设备管控", - "versionName" : "1.0.7", + "versionName" : "1.0.8", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/common/index/index.vue b/pages/common/index/index.vue index 7e0355b..52287c0 100644 --- a/pages/common/index/index.vue +++ b/pages/common/index/index.vue @@ -133,6 +133,8 @@ + + @@ -452,6 +454,12 @@ scan() { this.showTooltip = !this.showTooltip; }, + closePopMenu(){ + setTimeout(()=>{ + this.showTooltip = false; + this.showshare = false; + },100); + }, closePopupTooltip() { this.showTooltip = !this.showTooltip this.showshare = !this.showshare @@ -1132,7 +1140,13 @@ background-color: rgba(35, 35, 35, 0.87); color: rgba(255, 255, 255, 1); } - + .mask{ + position: fixed; + width: 100%; + height: 100%; + z-index: 9998; + background-color: #00000000; + } /* 提示框样式 */ .tooltip-box { position: fixed;