网上方法:

mui('.mui-slider').slider().setStopped(true);

  实际使用

mui('.mui-slider').slider().stopped = true;

  禁止滑动以后slide事件会失效,但是仍需要使用导航栏 
我的做法 
监听导航栏按钮点击事件

$('#slider').slider().gotoItem(0,0);//设置轮播图跳转到那个页面,第一个参数是要跳转到的页数,第二个参数是从第几个页面开始跳转

  

相关文章:

  • 2021-12-17
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-10-23
猜你喜欢
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案