把data里的变量继承过来重新封装一下

let that = this;

this.rightAnswer = false;

setTimeout(function() {

      that.rightAnswer = true;

}, 1500)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
猜你喜欢
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2023-01-10
相关资源
相似解决方案