From 44a3abe105e9b9b4d1a7173772fc9d18c9b59529 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期六, 18 九月 2021 16:24:02 +0800
Subject: [PATCH] 应用中心ui改动

---
 src/pages/ai_c/index/App.vue |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/pages/ai_c/index/App.vue b/src/pages/ai_c/index/App.vue
index 2a13830..fa975eb 100644
--- a/src/pages/ai_c/index/App.vue
+++ b/src/pages/ai_c/index/App.vue
@@ -336,7 +336,7 @@
               >
                 <div class="tab-content">
                   <div class="action-bar">
-                    <file-uploader
+                    <FileUploader
                       single
                       tip
                       tipWords="涓婁紶绠楁硶"
@@ -440,7 +440,6 @@
                       <div class="list-choose-item-left">
                         <div class="list-complete-item-handle">
                           <div class="alg-icon svg-wrap">
-                          
                             <div
                               class="mask"
                               v-if="!item.isDefault || item.isUpgrade"
@@ -1191,7 +1190,7 @@
         this.showInstallNotActive = false;
         this.isActive = true;
       } else if (type == "activeNotInstall") {
-        debugger
+        debugger;
         this.showInputCode = false;
         this.isActive = false;
         this.showInstallNotActive = true;
@@ -1296,7 +1295,7 @@
             this.isInstall = false;
             this.$message({
               type: "success",
-              message: '瀹夎鎴愬姛,灏嗚烦杞嚦鈥滃凡婵�娲烩�濅腑鏌ョ湅',
+              message: "瀹夎鎴愬姛,灏嗚烦杞嚦鈥滃凡婵�娲烩�濅腑鏌ョ湅",
             });
             setTimeout(() => {
               this.getAllSdk();
@@ -1553,11 +1552,11 @@
                 installContent: res.data.sdks[0].installContent,
               };
             }
-          }else{
+          } else {
             this.$message({
               type: "error",
               message: res.msg,
-          });
+            });
           }
         })
         .catch((e) => {
@@ -1657,7 +1656,7 @@
       this.isUpgrading = !this.isUpgrading;
       let _this = this;
       if (this.productDetail.productTypeName == "搴旂敤") {
-        debugger
+        debugger;
         installApp({ path: this.productDetail.productBaseId })
           .then((res) => {
             if (res && res.success) {
@@ -1683,7 +1682,7 @@
         // 寮�鍚嚜鍔ㄥ埛鏂�
         this.appUpgreading = true;
       } else {
-        debugger
+        debugger;
         downloadSdk({ path: this.productDetail.productBaseId })
           .then((res) => {
             this.needToUpgradeInWin = false;

--
Gitblit v1.8.0