优化代码

This commit is contained in:
java110 2021-09-07 00:21:28 +08:00
parent 0a9f6ed45c
commit 6b5d868941
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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;
}