跳转Weex插件ViewController
// 跳转Weex插件ViewController this.$bridge.jumpWeexPluginVC({ pluginName: 'myPlugin' }).then(res => { console.log(res) })
← goToWeexPage 跳转weex页面 getUserInfo 获取当前用户信息 →