|
@@ -27,13 +27,13 @@ export default function UserDetailBasicInfo (props) {
|
27
|
27
|
<text className='iconfont icon-xiugai active' onClick={() => {setShowEditPopup(true)}}></text>
|
28
|
28
|
<text className='active' onClick={() => {setShowEditPopup(true)}}>修改</text>
|
29
|
29
|
</view>
|
30
|
|
- <view className='flex-h'>
|
|
30
|
+ {/* <view className='flex-h'>
|
31
|
31
|
<text>昵称</text>
|
32
|
32
|
<text>:</text>
|
33
|
33
|
<view className='flex-item'>
|
34
|
34
|
<text>{CustomerInfo.nickname || '-'}</text>
|
35
|
35
|
</view>
|
36
|
|
- </view>
|
|
36
|
+ </view> */}
|
37
|
37
|
<view className='flex-h'>
|
38
|
38
|
<text>手机号码</text>
|
39
|
39
|
<text>:</text>
|