1、当axios调用后台接口成功后,想关闭弹窗,此时应该在.then后面绑定this,因为两个回调函数的作用域不同

.then(function(res){
  console.log(this.data)
}.bind(this))

 

Logo

前往低代码交流专区

更多推荐