|
@@ -36,10 +36,10 @@ export default class Index extends Component {
|
36
|
36
|
keywords: '',
|
37
|
37
|
loaded: false,
|
38
|
38
|
maskBanner: '',
|
39
|
|
- shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/cff400dab32e9230f6bf7498b8291d7.jpg',
|
40
|
|
- // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg',
|
|
39
|
+ // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/cff400dab32e9230f6bf7498b8291d7.jpg',
|
|
40
|
+ shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg',
|
41
|
41
|
// shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1565358322510-share.jpg',
|
42
|
|
- adImage: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/f58480ff83787b64235b729bca5d805.jpg',
|
|
42
|
+ // adImage: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/f58480ff83787b64235b729bca5d805.jpg',
|
43
|
43
|
bannerList: [],
|
44
|
44
|
helpGroupList: [],
|
45
|
45
|
newsList: [],
|
|
@@ -95,7 +95,6 @@ export default class Index extends Component {
|
95
|
95
|
componentWillUnmount() {
|
96
|
96
|
const { recordId } = this.state
|
97
|
97
|
recordId && updatePoint(recordId)
|
98
|
|
-
|
99
|
98
|
}
|
100
|
99
|
|
101
|
100
|
getLocation() {
|
|
@@ -269,7 +268,7 @@ export default class Index extends Component {
|
269
|
268
|
|
270
|
269
|
const payload = {
|
271
|
270
|
name: keywords,
|
272
|
|
- pageSize: 10
|
|
271
|
+ pageSize: 999
|
273
|
272
|
}
|
274
|
273
|
if (curCity.id) {
|
275
|
274
|
payload.cityId = curCity.id
|