锁住左右滑动slider

1.如何锁住左右滑动

 只需要加入如下代码即可

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

下获取对象 mui('.mui-slider').slider().
执行函数 setStopped  传值为真。

原文地址:https://www.cnblogs.com/windseasons/p/6687527.html