|
@@ -470,7 +470,7 @@ export default class raiseMoney extends Component {
|
470
|
470
|
}
|
471
|
471
|
|
472
|
472
|
return new Promise((resolve, reject) => {
|
473
|
|
- checkRaise(houseList).then(resolve).catch(reject)
|
|
473
|
+ checkRaise(houseList.map(x => x.houseId)).then(resolve).catch(reject)
|
474
|
474
|
})
|
475
|
475
|
|
476
|
476
|
// // 如果要求预选, 预先房源跟当前列表必须一致
|
|
@@ -642,7 +642,7 @@ export default class raiseMoney extends Component {
|
642
|
642
|
})
|
643
|
643
|
|
644
|
644
|
}
|
645
|
|
-
|
|
645
|
+
|
646
|
646
|
toRaiseProfile(id) {
|
647
|
647
|
const { userInfo: { miniApp: { tpls } } } = this.props
|
648
|
648
|
const tplId = (tpls.filter(x => x.tplType == noticeType.TPL_HOUSE && x.isSubscribe == true)[0] || {}).tplId
|
|
@@ -722,7 +722,7 @@ export default class raiseMoney extends Component {
|
722
|
722
|
success(res) {
|
723
|
723
|
},
|
724
|
724
|
fail(res) {
|
725
|
|
-
|
|
725
|
+
|
726
|
726
|
},
|
727
|
727
|
complete() {
|
728
|
728
|
that.setState({
|
|
@@ -741,7 +741,7 @@ export default class raiseMoney extends Component {
|
741
|
741
|
})
|
742
|
742
|
})
|
743
|
743
|
return;
|
744
|
|
-
|
|
744
|
+
|
745
|
745
|
//
|
746
|
746
|
default:
|
747
|
747
|
this.setState({
|