bindPickerChange:function(event){
var index = event.detail.value;
var selectedCount = this.data.countsArray[index];
this.setData({
productCount:selectedCount
});
},
我这里使用了picker组件,绑定的是上面的事件,在选择value后点确定就会出现 this.setData is not a function
有没有朋友帮忙看一下
框架类型 | 问题类型 | 操作系统 | 工具版本 |
---|---|---|---|
小程序 | Bug | Windows | v1.02.1902010 |
1 个回答
let that = this
凡是出这种错误提示的时候,我都是这样解决的。