Commit 2d9ba57a authored by haiyoucuv's avatar haiyoucuv

init

parent 9242cce1
...@@ -115,7 +115,7 @@ export class HomeScene extends Scene { ...@@ -115,7 +115,7 @@ export class HomeScene extends Scene {
} = store.homeInfo || {}; } = store.homeInfo || {};
this.userName.string = strFormat(nickname || "鸣鸣很忙用户", 8); this.userName.string = strFormat(nickname || "鸣鸣很忙用户", 8);
this.pointNum.string = `${creditsNum > 9999999 ? "9999999+" : creditsNum}`; this.pointNum.string = `${creditsNum > 999999 ? "999999+" : creditsNum}`;
this.userImg.spriteFrame = avatar || this.avatar; this.userImg.spriteFrame = avatar || this.avatar;
this.signTxt.string = `连续签到${continueSignDays || 0}天`; this.signTxt.string = `连续签到${continueSignDays || 0}天`;
this.fuDaiText.string = luckBenefitDesc; this.fuDaiText.string = luckBenefitDesc;
......
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