现有接口对接完成
parent
64ba61cd3f
commit
50fbe3b4c7
|
@ -42,11 +42,6 @@
|
||||||
isFull:true//是否显示全屏按钮
|
isFull:true//是否显示全屏按钮
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed:{
|
|
||||||
statusHeight() {
|
|
||||||
return this.$store.state.statusHeight
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onReady: function (res) {
|
onReady: function (res) {
|
||||||
this.videoContext = uni.createVideoContext('myVideo', this)
|
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
|
@ -176,11 +176,6 @@ var _default =
|
||||||
isFull: true //是否显示全屏按钮
|
isFull: true //是否显示全屏按钮
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
|
||||||
statusHeight: function statusHeight() {
|
|
||||||
return this.$store.state.statusHeight;
|
|
||||||
} },
|
|
||||||
|
|
||||||
onReady: function onReady(res) {
|
onReady: function onReady(res) {
|
||||||
this.videoContext = uni.createVideoContext('myVideo', this);
|
this.videoContext = uni.createVideoContext('myVideo', this);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue