|
@@ -12,7 +12,6 @@ import { getQrCodeParams } from '@utils/qrcode'
|
12
|
12
|
import { getCardDetail } from '@services/card'
|
13
|
13
|
import { ROLE_CODE } from '@constants/user'
|
14
|
14
|
import Consultant from '@components/consultant'
|
15
|
|
-import AuthorizationComponent from '@components/authorizationComponent'
|
16
|
15
|
import {
|
17
|
16
|
addActivityShareNum,
|
18
|
17
|
signupActivity,
|
|
@@ -391,7 +390,6 @@ export default class Detail extends Component {
|
391
|
390
|
const { userInfo: { person: { phone, personId, nickname, name } } } = this.props
|
392
|
391
|
return (
|
393
|
392
|
<Block>
|
394
|
|
- <AuthorizationComponent>
|
395
|
393
|
{/* 生成海报 */}
|
396
|
394
|
{posterVisible && (<Poster data={posterData} toggle={this.togglePosterStatus}></Poster>)}
|
397
|
395
|
|
|
@@ -504,7 +502,6 @@ export default class Detail extends Component {
|
504
|
502
|
</View>
|
505
|
503
|
)
|
506
|
504
|
}
|
507
|
|
- </AuthorizationComponent>
|
508
|
505
|
</Block>
|
509
|
506
|
)
|
510
|
507
|
}
|