# getAppVersion

获取App版本信息

# 参数代码示例

// 获取App版本信息
this.$bridge.getAppVersion().then(res => {
    console.log(res)
})
1
2
3
4