qukaidi 4 년 전
부모
커밋
0d9418e2d3
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      manifest.json
  2. 2 2
      pages/msg/index.vue

+ 1 - 1
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "SAILUN_TBR",
+    "name" : "耀灵全钢店管家",
     "appid" : "__UNI__0C3473D",
     "description" : "测试",
     "versionName" : "0.0.0.0.0.1",

+ 2 - 2
pages/msg/index.vue

@@ -97,9 +97,9 @@ export default {
           console.log(res);
           this.orderList = res.data.category;
 		  console.log(this.orderList.length)
-          for (let i = 0; i < res.data.data.category.length; i++) {
+          for (let i = 0; i < this.orderList.length; i++) {
             // this.orderList = res.data.data.category[i]
-            this.gatTime = res.data.data.category[i].gatTime;
+            this.gatTime = this.orderList[i].gatTime;
           }
         })
         .catch((err) => {