From e733164e1c779b3aef7245936b9daf7875bf791e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Dec 2023 17:12:33 +0800
Subject: [PATCH] 解决屏幕缩放导致鼠标位置不准确的问题,右侧,切换校区后的显示BUG

---
 src/components/mobileWindow/index.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index c41f6f0..3558a19 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -390,11 +390,11 @@
                         name: '显示活动'
                     })
                     // 暂时关闭去这的功能
-                    // if (queryData.notAddGoOn == 'notAddGoOn') {
-                    //     this.seebut.push({
-                    //         name: '去这'
-                    //     })
-                    // }
+                    if (queryData.notAddGoOn == 'notAddGoOn') {
+                        this.seebut.push({
+                            name: '去这'
+                        })
+                    }
                 }
                 for (const k in this.seebut) {
                     if (this.seebut[k].name == '定位') {
@@ -402,11 +402,11 @@
                     }
                 }
                 // 暂时关闭去这的功能
-                // if (queryData.notAddGoOn != 'notAddGoOn') {
-                //     this.seebut.push({
-                //         name: '去这'
-                //     })
-                // }
+                if (queryData.notAddGoOn != 'notAddGoOn') {
+                    this.seebut.push({
+                        name: '去这'
+                    })
+                }
             } else {
                 this.seebut = [
                     // {
@@ -415,9 +415,9 @@
                     {
                         name: '图集'
                     },
-                    // {
-                    //     name: '去这'
-                    // }
+                    {
+                        name: '去这'
+                    }
                 ]
             }
 

--
Gitblit v1.9.3