From 444e6eddf6d2846643c126f80ef3f4b50eb5d80a Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Tue, 24 Jul 2018 20:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=93=BE=E6=8E=A5=20?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/service-evaluation.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/service-evaluation.vue b/src/view/service-evaluation.vue index 42c71f9..5deb6c5 100644 --- a/src/view/service-evaluation.vue +++ b/src/view/service-evaluation.vue @@ -185,7 +185,8 @@ export default { }, mounted(){ this.name = this.getParam("name") - this.time = this.getParam("time") + this.time = this.getParam("bookTime") + this.code = this.getParam("code") // this.$vux.toast.text(this.getParam("name"),'middle') // this.$vux.toast.text(this.getParam("time"),'middle') }