wx. requestPayment 中能否设置 this.setData()
在 wx.requestPayment fail 方法中,即用户主动取消支付的回调函数中,想设置 this.setData() 使付款按钮改变文案及颜色,但是会报错
thirdScriptError
this.setData is not a function;
TypeError: this.setData is not a function
是不能再回调时重新渲染页面么?