ZZJ
2021-12-10 bb914b0cbf1f151eebc70e806df7e825786ab495
src/pages/ai/index/detail.vue
@@ -275,7 +275,6 @@
      isSDKDetail: true,
      actType: "",
      actId: "",
      input3: "",
      select: "",
      activedSdkOrApp: {
        activateCode: "",
@@ -546,7 +545,8 @@
            .then((res) => {
              if (res && res.success) {
                app.unloadLoading = false;
                _this.getAllApps();
                // _this.getAllApps();
                this.$emit("flushApp")
                window.parent.postMessage(
                  {
                    msg: "AppUpdate",
@@ -558,6 +558,7 @@
                  message: "卸载应用成功",
                  type: "success",
                });
                this.goback()
              }
            })
            .catch((e) => {
@@ -766,8 +767,10 @@
              if (res && res.success) {
                sdk.unloadLoading = false;
                this.$notify.success("卸载完成");
                _this.getAllSdk();
                // _this.getAllSdk();
                this.$emit("flushSdk")
                window.parent.postMessage({ msg: "AppUpdate" }, "*");
                this.goback()
              }
            })
            .catch((e) => {