在微信小程序 中的本地存储报了这个Cannot read property 'setData' of undefined错误解决方法:先添加 var that = this;并把sucess中的this.setData改成that.setData然后把 sucess:function(res){}改成 sucess:(res)=>{}