fix bugs
This commit is contained in:
@@ -121,7 +121,8 @@ export default {
|
||||
// 保存用户信息到全局数据
|
||||
getApp().globalData = {
|
||||
userRole, // 'pub' 或 'admin'
|
||||
matchCode: this.matchCode,
|
||||
matchCode: this.matchCode, // 比赛编码
|
||||
inviteCode: this.inviteCode, // 邀请码(重要:用于后续API调用)
|
||||
matchId,
|
||||
matchName,
|
||||
matchTime,
|
||||
|
||||
Reference in New Issue
Block a user