修改data为空的bug
This commit is contained in:
parent
7cbb1c6b8c
commit
b49f9c2809
@ -72,7 +72,7 @@ export default {
|
||||
|
||||
this.data = this.$route.params;
|
||||
this.time = this.filterTime(this.data.time);
|
||||
this.cp_url = `${CP_URL_BASE}${data.invite_code}`
|
||||
this.cp_url = `${CP_URL_BASE}${this.data.invite_code}`
|
||||
},
|
||||
methods: {
|
||||
navigator() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user