o***@163.com
o***@163.com
  • 发布:2023-07-24 15:16
  • 更新:2024-05-14 17:43
  • 阅读:371

uni.getSystemSetting()返回结果为空

分类:uni-app

android
HB: 3.8.7.20230703

const systemSetting = uni.getSystemSetting();
console.log("-------------------start-------------------");
console.log(systemSetting);
console.log("-------------------end-------------------");

打印结果:

15:15:09.774 -------------------start------------------- at pages/index/index2.vue:41
15:15:09.774 at pages/index/index2.vue:42
15:15:09.777 -------------------end------------------- at pages/index/index2.vue:43

2023-07-24 15:16 负责人:无 分享
已邀请:
喜欢技术的前端

喜欢技术的前端 - QQ---445849201

你好,可以检查一下,在 manifest.json -> App模块配置 是不是没给权限

  • o***@163.com (作者)

    需要的都配置了 也重新打自定义基座了 还是没有数据

    2023-07-24 19:46

s***@icloud.com

s***@icloud.com

uni.getSystemSetting()是不是对安卓版本有要求?
我们的测试机 Android 8.1返回值是空 Android 9.0之后可以获取到

2***@qq.com

2***@qq.com

我这个手机也返回空,请问是什么问题,需要添加什么权限

要回复问题请先登录注册