zuoyuan

Results 10 comments of zuoyuan

+1,客户端推送没有声音和悬浮通知

bug原因: ```JS slideTo (index, useAnimation = true) { if (this.isUseLoopMode) { if (index > this.swipes.length) { throw 'invalid slide index' } } else { if (index > this.swipes.length -1) {...