heyujie
2022-03-03 3de672c6154a7ec8864130d5fe0abb9f1376d101
我的订单gai
1个文件已修改
75 ■■■■■ 已修改文件
src/pages/desktop/index/components/Desktop.vue 75 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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("获取订单列表失败");
                }