that.setData is not a function
onLaunch: function (options) {
var that = this;
wx.getSystemInfo({
success: function (res) {
that.setData({
sys_version: res.system,
ua: res.model,
})
}
})
TypeError: that.setData is not a function