feat: 进入关卡时 toast 提示体力消耗,修复 StorageManager 接口位置和 WxSDK 访问级别
- 进入关卡成功后显示 toast 提示消耗体力及剩余体力 - 将 StorageManager 中 UserInfo 接口移至模块顶层,修复嵌套接口语法问题 - WxSDK.getWx() 改为 static 公开方法,便于外部调用
This commit is contained in:
@@ -30,7 +30,7 @@ export class PassModal extends BaseView {
|
||||
@property(Node)
|
||||
shareButton: Node | null = null;
|
||||
|
||||
/** 提示Label(如 +1 生命) */
|
||||
/** 提示Label(如 恭喜通关) */
|
||||
@property(Label)
|
||||
tipLabel: Label | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user