|
@@ -32,7 +32,7 @@ export default (ChildComponent) => (props) => {
|
32
|
32
|
const [shareTimelineVisible, setShareTimelineVisible] = useState(false)
|
33
|
33
|
const consultant = useSelector(s => s.system.consultant)
|
34
|
34
|
|
35
|
|
- const { id, scene, qrInited } = router.params
|
|
35
|
+ const { id, scene, qrInited, type } = router.params
|
36
|
36
|
|
37
|
37
|
const showConsultant = page.shortcut && page.shortcut.consultant
|
38
|
38
|
|
|
@@ -76,7 +76,7 @@ export default (ChildComponent) => (props) => {
|
76
|
76
|
const consultantId = person?.personType === ROLE_CODE.CONSULTANT ? person.personId : undefined
|
77
|
77
|
|
78
|
78
|
setTrackData({
|
79
|
|
- eventType: page.type,
|
|
79
|
+ eventType: type || page.type,
|
80
|
80
|
propertyName: page.name,
|
81
|
81
|
consultantId,
|
82
|
82
|
sharePersonId: person?.personId,
|