wangxy 1 месяц назад
Родитель
Сommit
025535dbfe
2 измененных файлов с 0 добавлено и 12 удалено
  1. 0 6
      pages/xinshuxue/components/videoPlay.vue
  2. 0 6
      pages/xinshuxue/components/videoPlay2.vue

+ 0 - 6
pages/xinshuxue/components/videoPlay.vue

@@ -66,12 +66,6 @@
 			}
 			}
 		},
 		},
 		methods: {
 		methods: {
-		   // 通用的方法调用器
-			handleRenderMethod(methodName, params) {
-			  if (this[methodName] && typeof this[methodName] === 'function') {
-				return this[methodName](params)
-			  }
-			},
 			stopPlayer() {
 			stopPlayer() {
 				this.player && this.player.pause();
 				this.player && this.player.pause();
 			},
 			},

+ 0 - 6
pages/xinshuxue/components/videoPlay2.vue

@@ -63,12 +63,6 @@
 			}
 			}
 		},
 		},
 		methods: {
 		methods: {
-		   // 通用的方法调用器
-			handleRenderMethod(methodName, params) {
-			  if (this[methodName] && typeof this[methodName] === 'function') {
-				return this[methodName](params)
-			  }
-			},
 			stopPlayer() {
 			stopPlayer() {
 				this.player && this.player.pause();
 				this.player && this.player.pause();
 			},
 			},