|
@@ -13,6 +13,7 @@ import FirstScreen from '@/components/FirstScreen'
|
13
|
13
|
import ShareToCircle from '@/components/ShareToCircle'
|
14
|
14
|
import { report as reportCustomer } from '@/utils/customer'
|
15
|
15
|
import nav2Target from '@/utils/nav2Target'
|
|
16
|
+import { showSubscribeMessage } from '@/utils/subscribeMessage'
|
16
|
17
|
import { ROLE_CODE } from '@/constants/user'
|
17
|
18
|
import useAuth from './useAuth'
|
18
|
19
|
import useScreen from './useScreen'
|
|
@@ -34,7 +35,6 @@ export default (ChildComponent) => (props) => {
|
34
|
35
|
const [authPhone, authAvatar, authPage] = useAuth(person, page)
|
35
|
36
|
const [shareTimelineVisible, setShareTimelineVisible] = useState(false)
|
36
|
37
|
|
37
|
|
-
|
38
|
38
|
const { id } = router.params
|
39
|
39
|
const showConsultant = page.shortcut && page.shortcut.consultant
|
40
|
40
|
|
|
@@ -62,6 +62,8 @@ export default (ChildComponent) => (props) => {
|
62
|
62
|
})
|
63
|
63
|
}
|
64
|
64
|
|
|
65
|
+ showSubscribeMessage()
|
|
66
|
+
|
65
|
67
|
|
66
|
68
|
useEffect(() => {
|
67
|
69
|
if (isSinglePage) return;
|