console.log(1111, uniCloud.getCurrentUserInfo())
- 发布:2021-06-28 07:03
- 更新:2023-05-29 18:23
- 阅读:969
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10 19042.1052
HBuilderX类型: 正式
HBuilderX版本号: 3.1.18
第三方开发者工具版本号: 1.05.2106250
基础库版本号: 2.17.3
项目创建方式: HBuilderX
示例代码:
操作步骤:
1、使用uniadmin模板创建的程序
2、在page/index/index.vue 增加代码
console.log(1111, uniCloud.getCurrentUserInfo())
3、得到bug
1、使用uniadmin模板创建的程序
2、在page/index/index.vue 增加代码
console.log(1111, uniCloud.getCurrentUserInfo())
3、得到bug
预期结果:
返回uni_id_token包含的权限
返回uni_id_token包含的权限
实际结果:
在真机运行时报 atob is not defined 错误
在真机运行时报 atob is not defined 错误
bug描述:
uniCloud.getCurrentUserInfo() 云函数在真机运行时报 atob is not defined 错误
h5没有问题
微信开发者调试工具预览没有问题