This commit is contained in:
zpc 2025-05-24 01:20:04 +08:00
parent 2577d7c817
commit 82ce680518

View File

@ -170,12 +170,9 @@ export default {
that.userInfo = res;
if (res.pid != 0) {
that.hasBoundCode = true;
}
// this.hasBoundCode = res.data.hasBound;
// if (this.hasBoundCode) {
// this.inviteCode = res.data.inviteCode || '';
// }
})
},