heyujie
2022-06-23 f4cca0629cb3b7ceeeb1aa07a403a303835be4b3
src/pages/ai/index/detail.vue
@@ -322,9 +322,9 @@
  },
  mounted() {
    this.getDetail();
    this.autoRefreshAppAndSdkState();
    this.getUnActivedList();
    this.getUnActivedAppList();
    // this.autoRefreshAppAndSdkState();
    // this.getUnActivedList();
    // this.getUnActivedAppList();
    this.showBackBtn();
    this.addBackListener();
  },
@@ -337,8 +337,6 @@
      getAppDetail({ id: id || this.detailProductID })
        .then((res) => {
          if (res.success) {
            console.log("----------");
            console.log(res);
            this.productDetail = res.data.detail;
            this.otherProducts = res.data.randoms;
@@ -549,7 +547,6 @@
            .then((res) => {
              if (res && res.success) {
                app.unloadLoading = false;
                // _this.getAllApps();
                this.$emit("flushApp");
                window.parent.postMessage(
                  {