mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
0a9f6ed45c
commit
6b5d868941
@ -200,7 +200,7 @@
|
||||
vc.toast('请上传视频');
|
||||
return;
|
||||
}
|
||||
vc.component.addAdvertInfo.communityId = vc.getCurrentCommunity().communityId;
|
||||
|
||||
//不提交数据将数据 回调给侦听处理
|
||||
if (vc.notNull($props.callBackListener)) {
|
||||
vc.emit($props.callBackListener, $props.callBackFunction, vc.component.addAdvertInfo);
|
||||
|
||||
@ -55,6 +55,7 @@
|
||||
if (!_room.isMore && room.roomType == '2020602') {
|
||||
$that.roomCreateFeeAddInfo.roomState.push('2006');
|
||||
$that.roomCreateFeeAddInfo.roomState.push('2007');
|
||||
$that.roomCreateFeeAddInfo.roomState.push('2009');
|
||||
$that.roomCreateFeeAddInfo.locationTypeCdName = room.floorNum + '-' + room.roomNum + '(' + room.ownerName + ')';
|
||||
$that.roomCreateFeeAddInfo.roomType = room.roomType;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user