From d7e794b63ae88731a925e88bb393d2f4c279e6f8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 10 Mar 2022 13:34:40 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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