获取手机系统型号
// 获取手机系统型号 this.$bridge.getSystemModel().then(res => { console.log(res) })
← getPhoneInfo 获取手机信息 getSystemNumberFormat 获取系统数字格式 →