Commit a1797b12 authored by 邱旭's avatar 邱旭

小e

parent 2c30bcf9
This diff is collapsed.
...@@ -281,7 +281,7 @@ export default class MainUI extends ComponentBase { ...@@ -281,7 +281,7 @@ export default class MainUI extends ComponentBase {
const {newUser, nickname, ifLogin, popup, loginPresent} = consumerInfo; const {newUser, nickname, ifLogin, popup, loginPresent} = consumerInfo;
this.userName.text = (!consumerInfo || !nickname || (nickname == 'null')) this.userName.text = (!consumerInfo || !nickname || (nickname == 'null'))
? '欢趣使者' : ((nickname.length > 7) ? nickname.slice(0, 7) + '...' : nickname); ? '小e' : ((nickname.length > 7) ? nickname.slice(0, 7) + '...' : nickname);
// 登陆奖励 // 登陆奖励
const loginPrize = async () => { const loginPrize = async () => {
......
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