mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
加入访客拍照功能
This commit is contained in:
parent
050e110414
commit
ea2e7bb5f8
@ -26,6 +26,9 @@
|
||||
vc.on('addVisitCase', 'onIndex', function(_index){
|
||||
console.log("侦听到addVisitCase的index为 "+_index);
|
||||
// vc.component.addCarInfo.index = _index;
|
||||
if(_index != 2){
|
||||
return;
|
||||
}
|
||||
$that._initAddVisitMedia();
|
||||
vc.emit('addVisitSpace', 'notify', _index);
|
||||
});
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
callBackFunction="notify"
|
||||
></vc:create>
|
||||
</div>
|
||||
<div v-if="newVisitInfo.index == 2">
|
||||
<div v-show="newVisitInfo.index == 2">
|
||||
<vc:create path="property/addVisitCase"
|
||||
callBackComponent="addVisitSpace"
|
||||
callBackFunction="notify"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user