mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化代码
This commit is contained in:
parent
6f140a88e0
commit
19da42e3c0
@ -50,7 +50,7 @@
|
||||
</div>
|
||||
<div style="width: 100%;" v-else>
|
||||
<div v-if="addOwnerInfo.videoPlaying == true">
|
||||
<video id="ownerPhoto" style="width: 100%;"></video>
|
||||
<video id="ownerPhoto" style="width: 100%;height: 150rem;"></video>
|
||||
<canvas id="canvas" style="display:none;"></canvas>
|
||||
</div>
|
||||
<div v-else>
|
||||
|
||||
@ -160,7 +160,6 @@
|
||||
},
|
||||
_initAddOwnerMedia: function () {
|
||||
if (vc.component._addUserMedia()) {
|
||||
//vc.component.addOwnerInfo.videoPlaying = false;
|
||||
var constraints = {
|
||||
video: true,
|
||||
audio: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user