@@ -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();
@@ -63,12 +63,6 @@