获取操作系统版本
// 获取操作系统版本 this.$bridge.getOSVersion().then(res => { console.log(res) })
← getNetType 获取网络类型 getPhoneInfo 获取手机信息 →