@@ -12,7 +12,6 @@
:custom-cache="false"
:object-fit="'contain'"
@statechange="wxStatechange"
- @error="playError"
@timeupdate="timeupdate"
:autoplay="autoplay"
:page-gesture="true"
@@ -1597,9 +1597,6 @@ export default {
});
}
},
- playError(e) {
- console.log(e);
- },
async userConfirmInfoDetail() {
let info = await this.$api.userConfirmInfoDetail({
orderGoodsId: this.orderGoodsId,