# getNetType

获取当前网络类型

# 参数代码示例

// 获取当前网络类型
this.$bridge.getNetType().then(res => {
    console.log(res)
})
1
2
3
4