# getPhoneInfo

获取手机信息

# 参数代码示例

// 获取手机信息
this.$bridge.getPhoneInfo().then(res => {
    console.log(res)
})
1
2
3
4