为了账号安全,请及时绑定邮箱和手机立即绑定

this.$store这里的this指向不正确

this.$store这里的this指向不正确

互换的青春 2018-09-24 16:05:56
const doLogin = function (username, password, v, callback) { }; doLogin(localStorage.username, localStorage.password, this, function (res, msg) {        if (res) {          this.$store.commit({             type: 'login',             username: res.name,             token: res.token,           });       });this.$store这里的this指向不正确怎么把外层this绑定给这个回调函
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1282 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信