共2个回答
NV
游客nvRbwh
源码中有_cancle()
和_startMove()
两个方法可以参考。
暂停可使用_cancle()
:
this.$refs.myseemless._cancle()
再次启动可使用_startMove()
this.$refs.myseemless._startMove()
回答问题
源码中有_cancle()
和_startMove()
两个方法可以参考。
暂停可使用_cancle()
:
this.$refs.myseemless._cancle()
再次启动可使用_startMove()
this.$refs.myseemless._startMove()