绑定第三方账号
const params = { "type": "wx" } this.$bridge .bindThirdParty(params) .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
N/A