|
@@ -199,7 +199,7 @@ export default class livePage extends Component {
|
199
|
199
|
const { userInfo: { person: { personId, personType, userId } } } = this.props
|
200
|
200
|
const consultantId = personType == ROLE_CODE['CONSULTANT'] ? userId : ""
|
201
|
201
|
const { liveDetail: { shareContents } } = this.state
|
202
|
|
- const shareData = shareContents && shareContents.length ? shareContents[0] : { shareContentTitle: '房源列表', shareContentImg: null };
|
|
202
|
+ const shareData = shareContents && shareContents.length ? shareContents[0] : { shareContentTitle: '精彩直播', shareContentImg: null };
|
203
|
203
|
// 分享埋点
|
204
|
204
|
|
205
|
205
|
shareSavePoint({
|