diff --git a/public/components/property/addAdvert/addAdvert.js b/public/components/property/addAdvert/addAdvert.js index 94a5d2f4a..cef29d283 100755 --- a/public/components/property/addAdvert/addAdvert.js +++ b/public/components/property/addAdvert/addAdvert.js @@ -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); diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js index bd9254b15..5afb6e2d4 100755 --- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js +++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js @@ -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; }