From 57b36feeb74111aa477c8aac86feab7452a009c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 04 Dec 2023 18:08:39 +0800
Subject: [PATCH] 移动端部分接口加campus参数
---
src/components/mobilePopupOurAfter/index.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 9f5df8a..496063f 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -74,9 +74,13 @@
import { getActivity } from '@/api/mobile/hd/hd' // 活动
export default {
name: 'mobilePopupOurAfter',
+
+ inject: ["mobileMapElement"],
+
computed: {
...mapGetters(['mBigPopupAfter'])
},
+
data () {
return {
choiceValue: '',
@@ -130,7 +134,7 @@
],
// 全部调用数据
openData1: [
- { name: '党群机构', type: 1, method: getList },
+ { name: '党政机构', type: 1, method: getList },
{ name: '职能部处', type: 2, method: getList },
{ name: '直属及附属单位', type: 3, method: getList },
{ name: '教学与科研机构', type: 4, method: getList },
@@ -140,10 +144,10 @@
{ name: '行政办公', type: 1, method: getChildNavList },
{ name: '教学科研', type: 2, method: getChildNavList },
{ name: '校园场馆', type: 3, method: getChildNavList },
- { name: '宿舍公寓', type: 4, method: getChildNavList },
+ { name: '校园宿舍', type: 4, method: getChildNavList },
{ name: '文化风景', type: 5, method: getChildNavList },
- { name: '家属住宅', type: 6, method: getChildNavList },
- { name: '其他楼宇', type: 7, method: getChildNavList }
+ // { name: '家属住宅', type: 6, method: getChildNavList },
+ // { name: '其他楼宇', type: 7, method: getChildNavList }
],
// openData3: [
// { name: "食堂餐厅", type: 1, method: getListlivingFacilitiesr },
@@ -192,7 +196,6 @@
methods: {
// 活动点击事件
openHDPopup (val) {
- console.log(val)
// 开启底部弹窗 关闭本弹窗
const d = {
state: true,
--
Gitblit v1.9.3