| | |
| | | },
|
| | | mounted() {
|
| | | this.getDetail();
|
| | | this.autoRefreshAppAndSdkState();
|
| | | this.getUnActivedList();
|
| | | this.getUnActivedAppList();
|
| | | // this.autoRefreshAppAndSdkState();
|
| | | // this.getUnActivedList();
|
| | | // this.getUnActivedAppList();
|
| | | this.showBackBtn();
|
| | | this.addBackListener();
|
| | | },
|
| | |
| | | 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;
|
| | |
|
| | |
| | | .then((res) => {
|
| | | if (res && res.success) {
|
| | | app.unloadLoading = false;
|
| | | // _this.getAllApps();
|
| | | this.$emit("flushApp");
|
| | | window.parent.postMessage(
|
| | | {
|