From c390db0f042286d05d93f40506e7f7c37d534a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=AD=A6=E6=96=87?= Date: Tue, 28 Apr 2020 21:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 ++-- pages/index/index.vue | 4 ++-- pages/repairDetail/repairDetail.vue | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index 245d16a..37c2fc4 100644 --- a/pages.json +++ b/pages.json @@ -76,7 +76,7 @@ ,{ "path" : "pages/complaintList/complaintList", "style" : { - "navigationBarTitleText": "投诉单" + "navigationBarTitleText": "投诉受理单" } } ,{ @@ -124,7 +124,7 @@ { "path" : "pages/myModify/myModify", "style" : { - "navigationBarTitleText": "我的维修" + "navigationBarTitleText": "维修受理单" } }, { diff --git a/pages/index/index.vue b/pages/index/index.vue index b284d9d..c72a89b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -71,7 +71,7 @@ cuIcon: 'recordfill', color: 'orange', badge: 0, - name: '我的维修', + name: '维修受理', pathUrl: '/myModify/myModify' }, { cuIcon: 'picfill', @@ -83,7 +83,7 @@ cuIcon: 'noticefill', color: 'olive', badge: 0, - name: '我的投诉', + name: '投诉受理', pathUrl: '/complaintList/complaintList' }, { cuIcon: 'upstagefill', diff --git a/pages/repairDetail/repairDetail.vue b/pages/repairDetail/repairDetail.vue index e9cbfa8..911ab94 100644 --- a/pages/repairDetail/repairDetail.vue +++ b/pages/repairDetail/repairDetail.vue @@ -105,8 +105,7 @@ this.repairId = options.repairId; console.log('options',options); - this.complaintId = _complaintId; - this._loadModfiyHistoryOrder(); + this._queryRepairDetail(); }, methods: { _loadModfiyHistoryOrder:function(){