const accountInfo = uni.getAccountInfoSync();
console.log(accountInfo)
- 发布:2024-05-13 14:15
- 更新:2024-05-13 14:20
- 阅读:147
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 11
HBuilderX类型: 正式
HBuilderX版本号: 4.15
手机系统: Android
手机系统版本号: Android 14
手机厂商: 小米
手机机型: ?
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
const accountInfo = uni.getAccountInfoSync();
console.log(accountInfo)
const accountInfo = uni.getAccountInfoSync();
console.log(accountInfo)
预期结果:
打印结果
打印结果
实际结果:
报错
报错
bug描述:
const accountInfo = uni.getAccountInfoSync();
console.log(accountInfo)