# hasCheckGooglePlayServices

检查是否已安装Google Play服务

# 接口调用示例

this.$bridge.hasCheckGooglePlayServices().then(res => {
    console.log(res)
})
1
2
3