现有接口对接完成

master
Lee1203 2022-08-18 17:59:12 +08:00
parent 64ba61cd3f
commit 50fbe3b4c7
4 changed files with 2 additions and 12 deletions

View File

@ -42,11 +42,6 @@
isFull:true//
}
},
computed:{
statusHeight() {
return this.$store.state.statusHeight
}
},
onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -176,11 +176,6 @@ var _default =
isFull: true //是否显示全屏按钮
};
},
computed: {
statusHeight: function statusHeight() {
return this.$store.state.statusHeight;
} },
onReady: function onReady(res) {
this.videoContext = uni.createVideoContext('myVideo', this);
},