|
@@ -115,7 +115,7 @@ export default class Records extends Component {
|
115
|
115
|
const params = {
|
116
|
116
|
pageNumber: 1,
|
117
|
117
|
pageSize: 50,
|
118
|
|
- cityId: this.props.curCity.id || ''
|
|
118
|
+ // cityId: this.props.curCity.id || ''
|
119
|
119
|
}
|
120
|
120
|
getItemList(params).then(res => {
|
121
|
121
|
res.records.unshift({ buildingName: '请选择', buildingId: '' })
|
|
@@ -145,7 +145,7 @@ export default class Records extends Component {
|
145
|
145
|
const checkHouse = houseList[0]
|
146
|
146
|
for (let inx in houseList) {
|
147
|
147
|
if (houseList[inx].salesBatchId != checkHouse.salesBatchId) {
|
148
|
|
- Taro.showToast({ title: '所选房源不属于同一销售批次, 请筛选后重选', icon: 'none' })
|
|
148
|
+ Taro.showToast({ title: '所选房源不属于同一销售批次, 请筛选后重选', icon: 'none', duration: 2000, })
|
149
|
149
|
return;
|
150
|
150
|
}
|
151
|
151
|
}
|