if (_this.hasClass('default_btn_is')){
        _this.removeClass('default_btn_is');
        _this.addClass('default_btn_not');
        _this.data('val',0);
        console.log(_this.data('val'));
        clickFlag = false;
    }else{
        _this.removeClass('default_btn_not');
        _this.addClass('default_btn_is');
        _this.data('val',1);
        console.log(_this.data('val'));
        clickFlag = false;
    }

  

相关文章:

  • 2022-12-23
  • 2022-01-17
  • 2022-01-19
  • 2022-12-23
  • 2021-11-25
  • 2021-06-28
  • 2021-12-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2021-11-30
  • 2021-12-10
相关资源
相似解决方案