wangxy 1 month ago
parent
commit
025535dbfe

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

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

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

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