1***@qq.com
1***@qq.com
  • 发布:2024-05-13 14:15
  • 更新:2024-05-13 14:20
  • 阅读:147

【报Bug】官方文档代码报错

分类:uni-app

产品分类: 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)
2024-05-13 14:15 负责人:无 分享
已邀请:
爱豆豆

爱豆豆 - 办法总比困难多

不是bug 仔细查阅文档 不兼容app端哦
官方文档:https://uniapp.dcloud.net.cn/api/other/getAccountInfoSync.html#getaccountinfosync

祈愿稻荷神

祈愿稻荷神 - 刚毕业的社畜一枚

https://uniapp.dcloud.net.cn/api/other/getAccountInfoSync.html#getaccountinfosync
参考文档的平台差异说明

要回复问题请先登录注册