|
|
@ -185,7 +185,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
mounted(){ |
|
|
mounted(){ |
|
|
this.name = this.getParam("name") |
|
|
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("name"),'middle') |
|
|
// this.$vux.toast.text(this.getParam("time"),'middle') |
|
|
// this.$vux.toast.text(this.getParam("time"),'middle') |
|
|
} |
|
|
} |
|
|
|