From 71fa6546c0ff5822bdf1e950f637a603a515f529 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 08 Dec 2023 15:50:59 +0800
Subject: [PATCH] 移动端路网
---
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