From f4cca0629cb3b7ceeeb1aa07a403a303835be4b3 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 23 六月 2022 15:59:53 +0800
Subject: [PATCH] search by name

---
 src/pages/ai/index/detail.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/pages/ai/index/detail.vue b/src/pages/ai/index/detail.vue
index 9e80e23..3739998 100644
--- a/src/pages/ai/index/detail.vue
+++ b/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(
                   {

--
Gitblit v1.8.0