|
@@ -176,7 +176,7 @@ export default class editDetail extends Component {
|
176
|
176
|
<View className='edit edit-phone'>电话号码</View>
|
177
|
177
|
<Input type='text' className='edit' value={user.tel ? user.tel : user.phone} data-id='phone' onInput={this.BindInfo.bind(this)} />
|
178
|
178
|
</View>
|
179
|
|
- {
|
|
179
|
+ {/* {
|
180
|
180
|
isAgent && (<View className='col_box'>
|
181
|
181
|
<View className='edit edit-phone'>经纪人类型</View>
|
182
|
182
|
<Picker mode='selector' className='edit' className='selector' range={this.state.selector} onChange={this.onChange}>
|
|
@@ -190,7 +190,7 @@ export default class editDetail extends Component {
|
190
|
190
|
(isChannel && user.personType == 'estate agent') && (<View className='col_box'>
|
191
|
191
|
<Input type='text' placeholder='请输入渠道码' className='channelCode' data-id='channelCode' onInput={this.BindInfo.bind(this)} />
|
192
|
192
|
</View>)
|
193
|
|
- }
|
|
193
|
+ } */}
|
194
|
194
|
<View className='comfire' onClick={this.clickEditAgent}>保存</View>
|
195
|
195
|
</View>
|
196
|
196
|
)
|