feat(account): 冠新用户类型逻辑重构
- 修改 AccountData 类,增加 GXTokenData 和 GXTokeModel 接口 - 更新 AccountManager 类,添加冠新用户信息获取方法 - 调整 GlobalValue 中的 appType 和 gxToken 字段 - 更新相关 API 配置 - 修改页面组件,支持冠新用户类型和厂商选择
这个提交包含在:
父节点
3ad2b23292
当前提交
3706c66fbf
@ -57,7 +57,7 @@ export struct SafeView {
|
||||
this.customBuilderParam()
|
||||
}
|
||||
.padding({
|
||||
top: this.isImmersive ? 0 : WindowHelper.topRectHeight + 44,
|
||||
top: this.isImmersive ? 0 : this.hideNavBar ? 44 : WindowHelper.topRectHeight + 44,
|
||||
bottom: this.isImmersive ? 0 : WindowHelper.bottomRectHeight
|
||||
})
|
||||
.align(Alignment.Top)
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户