|
@@ -64,7 +64,7 @@ function EditHouse(props) {
|
64
|
64
|
<Radio.Button value="poster">海报设置</Radio.Button>
|
65
|
65
|
<Radio.Button value="share">分享设置</Radio.Button>
|
66
|
66
|
<Radio.Button value="shareRecord">分享记录</Radio.Button>
|
67
|
|
- <Radio.Button value="visitRecord">访问访问记录</Radio.Button>
|
|
67
|
+ <Radio.Button value="visitRecord">分享访问记录</Radio.Button>
|
68
|
68
|
</Radio.Group>
|
69
|
69
|
<div style={{ marginTop: '20px' }}>
|
70
|
70
|
{ (tab === 'base' && <Base liveActivityId={{ liveId }} onSuccess={e => buildingOnSuccess(e)}/>)}
|