src/components/mobilePopupOur/index.vue
@@ -143,9 +143,13 @@
      this.$store.commit("MSET_BIGPOPUP", false);
    },
    getDataHeardDown() {
      if (this.choiceMain == "机构单位" || this.choiceMain == "活动") {
      if (this.choiceMain == "活动") {
        //不请求头部标签页数据
        this.getOutList(this.choiceKey);
        return;
      }
      if (this.choiceMain == "机构单位") {
        this.getOutList("", this.choiceKey);
        return;
      }
      //获取头下部标签页
@@ -165,6 +169,7 @@
    },
    //请求
    getOutList(campus, type) {
      console.log(this.choiceMain, campus, type, "see");
      let that = this;
      let d;
      if (this.choiceMain == "机构单位") {