mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
c9034843de
commit
c64af8532f
@ -125,7 +125,7 @@
|
|||||||
}
|
}
|
||||||
//1.不是押金 2.不是周期性费用
|
//1.不是押金 2.不是周期性费用
|
||||||
if ($that.roomCreateFeeAddInfo.feeTypeCd != '888800010006' && $that.roomCreateFeeAddInfo.feeFlag != '1003006') {
|
if ($that.roomCreateFeeAddInfo.feeTypeCd != '888800010006' && $that.roomCreateFeeAddInfo.feeFlag != '1003006') {
|
||||||
if ($that.roomCreateFeeAddInfo.endTime) {
|
if (!$that.roomCreateFeeAddInfo.endTime) {
|
||||||
vc.toast("计费终止时间不能为空");
|
vc.toast("计费终止时间不能为空");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user