mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化代码
This commit is contained in:
parent
991ee837b9
commit
61eb785659
@ -17,7 +17,7 @@
|
||||
ownerId: '',
|
||||
ownerPhoto: '',
|
||||
idCard: '',
|
||||
videoPlaying: false,
|
||||
videoPlaying: true,
|
||||
}
|
||||
},
|
||||
_initMethod: function () {
|
||||
@ -149,7 +149,7 @@
|
||||
ownerId: '',
|
||||
ownerPhoto: '',
|
||||
idCard: '',
|
||||
videoPlaying: false,
|
||||
videoPlaying: true,
|
||||
};
|
||||
},
|
||||
_addUserMedia: function () {
|
||||
@ -181,6 +181,7 @@
|
||||
console.log(error);
|
||||
});
|
||||
} else {
|
||||
vc.component.addOwnerInfo.videoPlaying = false;
|
||||
console.log("初始化视频失败");
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user