谢杰标 2 년 전
부모
커밋
60724332de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages3/polyv/detail.vue

+ 1 - 1
pages3/polyv/detail.vue

@@ -1486,7 +1486,7 @@ export default {
       this.timeEvent(time);
     },
     playing() {
-      console.log("palying");
+      console.log("播放");
       this.isPlaying = true;
       this.clearPauseTimer();
     },