From 3de672c6154a7ec8864130d5fe0abb9f1376d101 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 03 三月 2022 16:57:53 +0800
Subject: [PATCH] 我的订单gai

---
 src/pages/desktop/index/components/Desktop.vue |   75 +------------------------------------
 1 files changed, 3 insertions(+), 72 deletions(-)

diff --git a/src/pages/desktop/index/components/Desktop.vue b/src/pages/desktop/index/components/Desktop.vue
index d54701d..7cf072d 100644
--- a/src/pages/desktop/index/components/Desktop.vue
+++ b/src/pages/desktop/index/components/Desktop.vue
@@ -256,7 +256,7 @@
       showFreeVersion: false,
       activeDialog: false,
       countdown: 60,
-      innerDialog: true,
+      innerDialog: false,
       versionName: "",
       codeMsg: "鑾峰彇楠岃瘉鐮�",
       versionState: "灏氭湭婵�娲�",
@@ -268,76 +268,7 @@
       snExpire: false,
       timer: null,
       token: "",
-      orderList: [
-        {
-          id: "da09c92a-8bc0-4586-998e-4b6113f457fc",
-          orderMoney: 2320,
-          products: [
-            {
-              ChCount: 16,
-              activateCode: "E8B72-E0B09-5F44B-8BBC4-1C5AC",
-              activeTime: "",
-              appendix: [],
-              authCount: 16,
-              cameraCount: 0,
-              codeStatus: 0,
-              devCount: 1,
-              devIdList: ["407394c3-bc46-446b-88d5-ddf6d4694e32"],
-              devInstallLimit: 1,
-              edition: "",
-              moduleNames: [],
-              orderId: "",
-              productBaseDetail: null,
-              productId: "44aa3c6c-cb1a-445c-9c42-3af3f0d1bcf4",
-              productName: "SmartAI浜у搧瀵嗛挜",
-              productPrice: 0,
-              productType: 5,
-              productTypeName: "浜у搧瀵嗛挜",
-              productVersion: "",
-              sdkNames: [],
-              serveYear: 2,
-              targetPlatform: "",
-              usedCount: 0,
-              userId: "",
-            },
-          ],
-        },
-
-        {
-          id: "da09c92a-8bc0-4586-998e-4b6113f457fc",
-
-          orderMoney: 2320,
-          products: [
-            {
-              ChCount: 16,
-              activateCode: "E8B72-E0B09-5F44B-8BBC4-1C5AC",
-              activeTime: "",
-              appendix: [],
-              authCount: 16,
-              cameraCount: 0,
-              codeStatus: 0,
-              devCount: 1,
-              devIdList: ["407394c3-bc46-446b-88d5-ddf6d4694e32"],
-              devInstallLimit: 1,
-              edition: "",
-              moduleNames: [],
-              orderId: "",
-              productBaseDetail: null,
-              productId: "44aa3c6c-cb1a-445c-9c42-3af3f0d1bcf4",
-              productName: "SmartAI浜у搧瀵嗛挜",
-              productPrice: 0,
-              productType: 5,
-              productTypeName: "浜у搧瀵嗛挜",
-              productVersion: "",
-              sdkNames: [],
-              serveYear: 2,
-              targetPlatform: "",
-              usedCount: 0,
-              userId: "",
-            },
-          ],
-        },
-      ],
+      orderList: [ ],
       phone: {
         phoneNum: "",
         verifyCode: "",
@@ -427,7 +358,7 @@
             getShopOrderList({ token: this.token })
               .then((res) => {
                 if (res.code == 200) {
-                  // this.orderList = res.data.list;
+                  this.orderList = res.data.list;
                 } else {
                   this.$notify.error("鑾峰彇璁㈠崟鍒楄〃澶辫触");
                 }

--
Gitblit v1.8.0