Kaynağa Gözat

加气优惠

chenlei 1 yıl önce
ebeveyn
işleme
f26294d3d5

+ 1 - 1
src/manifest.json

@@ -83,7 +83,7 @@
   },
   "quickapp": {},
   "mp-weixin": {
-    "appid": "wxf69daeba7aec5be4",
+    "appid": "wx72ba78af2cf68cf0",
     "setting": {
       "urlCheck": false,
       "minified": true

+ 1 - 23
src/pages.json

@@ -111,27 +111,5 @@
       "type": "page"
     }
   ],
-  "subPackages": [
-    {
-      "root": "pagesSubExample",
-      "pages": [
-        {
-          "path": "index",
-          "type": "page"
-        },
-        {
-          "path": "list/index",
-          "type": "page"
-        },
-        {
-          "path": "login/index",
-          "type": "page"
-        },
-        {
-          "path": "webview/index",
-          "type": "page"
-        }
-      ]
-    }
-  ]
+  "subPackages": []
 }

+ 2 - 2
src/pages/order/orderDetail.vue

@@ -128,7 +128,7 @@ const data = ay.initData({
             return data.settleStatus === 3
           },
           title: '取消时间',
-          key: 'updateDate',
+          key: 'cancelDate',
           view(data) {
             return func.getDate(data).format()
           },
@@ -329,7 +329,7 @@ const data = ay.initData({
             return data.settleStatus === 3
           },
           title: '取消时间',
-          key: 'updateDate',
+          key: 'cancelDate',
           view(data) {
             return func.getDate(data).format()
           },

+ 1 - 1
src/utils/config/pages.ts

@@ -58,7 +58,7 @@ export default {
   order_index: {
     _url: '/pages/order/index',
     _type: 'page',
-    title: '订单列表',
+    title: '加气订单',
     identity: true,
     isPager: true,
     style: {