|
@@ -7,6 +7,7 @@ import * as actions from '@actions/user'
|
7
|
7
|
import getUserPhone from '@utils/getUserPhone'
|
8
|
8
|
import { ROLE_CODE } from '@constants/user'
|
9
|
9
|
import { queryUserInfo } from '@services/user'
|
|
10
|
+const bannerImg = 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/images/index/banner.jpg'
|
10
|
11
|
@connect(state => state.user, { ...actions })
|
11
|
12
|
export default class Index extends Component {
|
12
|
13
|
config = {
|
|
@@ -114,7 +115,7 @@ export default class Index extends Component {
|
114
|
115
|
const { userInfo: { person: { phone } } } = this.props
|
115
|
116
|
return (
|
116
|
117
|
<View className='page'>
|
117
|
|
- <Image src={require('@assets/agent/banner.png')} className='banner' mode='widthFix'></Image>
|
|
118
|
+ <Image src={bannerImg} className='banner' mode='widthFix'></Image>
|
118
|
119
|
<View className='become_agent'>
|
119
|
120
|
<View className='agent_type'>
|
120
|
121
|
<Text className='agent_title'>经纪人类型</Text>
|