shuishen
2022-03-25 326952ad4052d373c484d9cfcbbec6b583438205
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: {