liuyg
2022-03-25 aa48393089e04796980d2bec2410c9c685d16846
+活动开放多个
1 files modified
5 ■■■■■ changed files
src/components/mobilePopupOurAfter/index.vue 5 ●●●●● patch | view | raw | blame | history
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: {