|
@@ -133,7 +133,7 @@ export default class Records extends Component {
|
133
|
133
|
}
|
134
|
134
|
|
135
|
135
|
handleSubmit = () => {
|
136
|
|
- const { recordList, chooseList, salesBatchId } = this.state
|
|
136
|
+ const { recordList, chooseList } = this.state
|
137
|
137
|
if (!chooseList.length) {
|
138
|
138
|
Taro.showToast({ title: '请选择房源', icon: 'none' })
|
139
|
139
|
return;
|
|
@@ -153,7 +153,7 @@ export default class Records extends Component {
|
153
|
153
|
this.props.dispatchFlush2Cart(houseList);
|
154
|
154
|
|
155
|
155
|
Taro.navigateTo({
|
156
|
|
- url: `/onlineSelling/pages/raiseMoney/index?salesBatchId=${salesBatchId}`
|
|
156
|
+ url: `/onlineSelling/pages/raiseMoney/index?salesBatchId=${checkHouse.salesBatchId}`
|
157
|
157
|
})
|
158
|
158
|
}
|
159
|
159
|
|