chenjun

滑动后滑块不消失

... ... @@ -328,9 +328,10 @@ export struct PlayerFullScreenView {
if (this.showOperator == false) {
this.restartTimer();
} else {
if (this.isTouched) {
// if (this.isTouched) {
this.showOperator = false
}
// }
// this.restartTimer();
}
}
}
... ...