Commit 8cdc5c7d authored by IvyXia123's avatar IvyXia123

活动

parent e097c150
...@@ -571,7 +571,7 @@ export default { ...@@ -571,7 +571,7 @@ export default {
}, },
handleInviteCode() { handleInviteCode() {
if (!this.invite_code) { if (!this.invite_code) {
// this.this_code = "CC-USER-" + this.user_id; this.this_code = "CC-USER-" + this.user_id;
} else { } else {
let invite_code = this.invite_code.split("-"); let invite_code = this.invite_code.split("-");
if ( if (
...@@ -581,7 +581,7 @@ export default { ...@@ -581,7 +581,7 @@ export default {
invite_code[1] = "USER"; invite_code[1] = "USER";
} }
let code = `${invite_code[0]}-${invite_code[1]}`; let code = `${invite_code[0]}-${invite_code[1]}`;
// this.this_code = `${code}-${this.user_id}`; this.this_code = `${code}-${this.user_id}`;
} }
}, },
onShare: function(type) { onShare: function(type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment