谢杰标 hace 2 años
padre
commit
538dcc6304
Se han modificado 2 ficheros con 0 adiciones y 4 borrados
  1. 0 1
      components/myPlayer/polyvPlayer.vue
  2. 0 3
      pages3/polyv/detail.vue

+ 0 - 1
components/myPlayer/polyvPlayer.vue

@@ -12,7 +12,6 @@
         :custom-cache="false"
         :object-fit="'contain'"
         @statechange="wxStatechange"
-        @error="playError"
         @timeupdate="timeupdate"
         :autoplay="autoplay"
         :page-gesture="true"

+ 0 - 3
pages3/polyv/detail.vue

@@ -1597,9 +1597,6 @@ export default {
         });
       }
     },
-    playError(e) {
-      console.log(e);
-    },
     async userConfirmInfoDetail() {
       let info = await this.$api.userConfirmInfoDetail({
         orderGoodsId: this.orderGoodsId,