修改data为空的bug

This commit is contained in:
cebgcontract 2022-11-17 16:19:57 +08:00
parent 7cbb1c6b8c
commit b49f9c2809

View File

@ -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() {