From 681ee627e9f550428991ef07a8df494dcaba68ea Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 10 Mar 2022 11:37:34 +0800
Subject: [PATCH] +样式调整,增加底部按钮2个一个定位一个重置视角,去除左侧重置视角
---
src/components/mobilePopupOur/index.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/components/mobilePopupOur/index.vue b/src/components/mobilePopupOur/index.vue
index 6a6f6b6..e4297c8 100644
--- a/src/components/mobilePopupOur/index.vue
+++ b/src/components/mobilePopupOur/index.vue
@@ -143,9 +143,13 @@
this.$store.commit("MSET_BIGPOPUP", false);
},
getDataHeardDown() {
- if (this.choiceMain == "机构单位" || this.choiceMain == "活动") {
+ if (this.choiceMain == "活动") {
//不请求头部标签页数据
this.getOutList(this.choiceKey);
+ return;
+ }
+ if (this.choiceMain == "机构单位") {
+ this.getOutList("", this.choiceKey);
return;
}
//获取头下部标签页
@@ -165,6 +169,7 @@
},
//请求
getOutList(campus, type) {
+ console.log(this.choiceMain, campus, type, "see");
let that = this;
let d;
if (this.choiceMain == "机构单位") {
--
Gitblit v1.9.3