From 4102cd81b143bd83ef3c2e1f85311075e2e2d7e2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 24 Dec 2021 11:49:16 +0800
Subject: [PATCH] +接口更改
---
src/components/mobilePopupOur/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/mobilePopupOur/index.vue b/src/components/mobilePopupOur/index.vue
index bf91d24..87571b6 100644
--- a/src/components/mobilePopupOur/index.vue
+++ b/src/components/mobilePopupOur/index.vue
@@ -174,9 +174,10 @@
this.choiceMain == "出入口" ||
this.choiceMain == "停车场"
) {
- // 不传头部下拉菜单,因为请求链接不同
+ // 改变传入属性
d = {
campus: campus,
+ lifetype: type,
};
} else {
d = {
--
Gitblit v1.9.3