uni.getSystemInfo获取osTheme始终为undefined,wx.getSystemInfo获取theme正常

- 发布:2023-02-20 15:07
- 更新:2023-02-20 17:59
- 阅读:423
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 21H2
第三方开发者工具版本号: Stable 1.06.2301160
基础库版本号: 2.30.0
项目创建方式: CLI
CLI版本号: 3.0.0-alpha-3061520221220001
操作步骤:
预期结果:
uni.getSystemInfo获取osTheme始终为undefined,wx.getSystemInfo获取theme正常
uni.getSystemInfo获取osTheme始终为undefined,wx.getSystemInfo获取theme正常
实际结果:
uni.getSystemInfo获取osTheme始终为undefined,wx.getSystemInfo获取theme正常
uni.getSystemInfo获取osTheme始终为undefined,wx.getSystemInfo获取theme正常
bug描述:
uni.getSystemInfo获取osTheme始终为undefined,wx.getSystemInfo获取theme正常
1 个回复
DCloud_UNI_LXH
小程序并不能获取到操作系统主题,也就是 osTheme。请使用
hostTheme
字段,详情