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') }