微信同声传译onStop事件中this.函数名()不能调用?
var plugin = requirePlugin("WechatSI") let manager = plugin.getRecordRecognitionManager() manager.onStop = function (res) { wx.showToast({ title: res.result, }) this.setData({yuyin:res.result}) this.wordYun() } 所以和this相关的都是报错;错误提示:this.setData is not a function;也用var that=this测试,同样报错