- 修改 AccountData 类,增加 GXTokenData 和 GXTokeModel 接口 - 更新 AccountManager 类,添加冠新用户信息获取方法 - 调整 GlobalValue 中的 appType 和 gxToken 字段 - 更新相关 API 配置 - 修改页面组件,支持冠新用户类型和厂商选择
@@ -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)