提交 c604691c 编写于 作者: Q qiang

chore: reset file change

上级 99f66ffc
......@@ -490,7 +490,6 @@ export default {
}
},
_handleTrackStart () {
if (!this.items.length) return
this._cancelSchedule()
this._contentTrackViewport = this._viewportPosition
this._contentTrackSpeed = 0
......@@ -498,7 +497,6 @@ export default {
this._cancelViewportAnimation()
},
_handleTrackMove (data) {
if (!this.items.length) return
var self = this
var contentTrackT = this._contentTrackT
this._contentTrackT = Date.now()
......@@ -533,7 +531,6 @@ export default {
}
},
_handleTrackEnd (isCancel) {
if (!this.items.length) return
this.userTracking = false
var t = this._contentTrackSpeed / Math.abs(this._contentTrackSpeed)
var n = 0
......
......@@ -37,6 +37,10 @@ export default {
name: 'LivePusher',
mixins: [subscriber, native],
props: {
id: {
type: String,
default: ''
},
url: {
type: String,
default: ''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册