Browse Source

获取链接 信息

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
444e6eddf6
1 changed files with 2 additions and 1 deletions
  1. 3
      src/view/service-evaluation.vue

3
src/view/service-evaluation.vue

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

Loading…
Cancel
Save