chenjun

滑动后滑块不消失

@@ -328,9 +328,10 @@ export struct PlayerFullScreenView { @@ -328,9 +328,10 @@ export struct PlayerFullScreenView {
328 if (this.showOperator == false) { 328 if (this.showOperator == false) {
329 this.restartTimer(); 329 this.restartTimer();
330 } else { 330 } else {
331 - if (this.isTouched) { 331 + // if (this.isTouched) {
332 this.showOperator = false 332 this.showOperator = false
333 - } 333 + // }
  334 + // this.restartTimer();
334 } 335 }
335 } 336 }
336 } 337 }