mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunityWeb
This commit is contained in:
commit
3a71f33099
@ -345,7 +345,7 @@
|
||||
// 由于返回的键与档期那页面自定义的键不一致,单独赋值toFiexedSign
|
||||
let toFixedSign = listRoomData.data.val;
|
||||
// 防止后台设置有误
|
||||
if (toFixedSign == 1 || toFixedSign == 2 || toFixedSign == 3) {
|
||||
if (toFixedSign == 1 || toFixedSign == 2 || toFixedSign == 3 || toFixedSign == 4 || toFixedSign == 5) {
|
||||
$that.payFeeOrderInfo.toFixedSign = toFixedSign;
|
||||
}
|
||||
vc.emit('payFeeOrder', 'initData', listRoomData.data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user