老师用箭头函数 会报不是一个函数
来源:2-6 代码规范
花王子
2019-08-16
wx.cloud.callFunction({
name: 'login'
}).then((res) => {
console.log(res)
this.setDate({
openid: res.result.openid
})
})
写回答
1回答
-
这个错误不是箭头的问题,数据绑定应该是setData(),不是setDate(),函数名称修改过来就可以了。
212019-08-18
相似问题