From aa48393089e04796980d2bec2410c9c685d16846 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Fri, 25 Mar 2022 16:08:16 +0800
Subject: [PATCH] +活动开放多个
---
src/components/mobilePopupOurAfter/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 6cb7644..0e902f0 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -194,13 +194,14 @@
],
openData6: [{ name: "停车场", type: 11, method: getListLifeOnce }],
openData5: [{ name: "出入口", type: 12, method: getListLifeOnce }],
- useHD: false,
+ useHD: true,
};
},
mounted() {
this.getActivitys();
if (this.useHD) {
- this.choiceDataDown[3] = { name: "" };
+ this.choiceDataDown.pop();
+ this.choiceDataDown.push({ name: "" });
}
},
methods: {
--
Gitblit v1.9.3