|
@@ -66,7 +66,7 @@ export default class Index extends Component {
|
66
|
66
|
|
67
|
67
|
ready.queue(() => {
|
68
|
68
|
|
69
|
|
- Taro.setNavigationBarTitle({ title: this.props.userInfo.miniApp.name })
|
|
69
|
+ Taro.setNavigationBarTitle({ title: `${this.props.userInfo.miniApp.name}欢迎你`})
|
70
|
70
|
const city = this.state.city || this.props.curCity
|
71
|
71
|
this.loadData({ curCity: city })
|
72
|
72
|
|
|
@@ -340,7 +340,7 @@ export default class Index extends Component {
|
340
|
340
|
console.log('首页分享')
|
341
|
341
|
})
|
342
|
342
|
return {
|
343
|
|
- title: this.state.imgDocument || `${this.props.userInfo.miniApp.name || '橙蕉'} 精准获客平台`,//分享内容
|
|
343
|
+ title: this.state.imgDocument || ` 精准获客—上${this.props.userInfo.miniApp.name || '橙蕉'},买好房`,//分享内容
|
344
|
344
|
path: `/pages/project/index?from=share&recommender=${personId}`,//分享地址
|
345
|
345
|
imageUrl: this.state.shareImg || 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg',
|
346
|
346
|
}
|