Browse Source

隐藏用户名相关信息

李志伟 3 years ago
parent
commit
7a40969ff5

+ 1
- 1
src/pages/index/components/User/index.jsx View File

@@ -46,7 +46,7 @@ export default (props) => {
46 46
   }
47 47
   return (
48 48
     <ScrollView scrollY style={{ height: '100%' }}>
49
-      <View className='personTip'>该账号归{person.userName}所属</View>
49
+      {/* <View className='personTip'>该账号归{person.userName}所属</View> */}
50 50
       <View className='userHead' onClick={handleAccount}>
51 51
         <Image src={userBgi} className='userBgi' />
52 52
         <View className='headcontent' >

+ 2
- 2
src/pages/userInfo/index.jsx View File

@@ -87,12 +87,12 @@ export default withLayout((props) => {
87 87
           <Image src={avatar} className='avatarImg' />
88 88
           <View className='change'>更换头像</View>
89 89
         </View>
90
-        <View className='userCell'>
90
+        {/* <View className='userCell'>
91 91
           <View>用户名:</View>
92 92
           <View style={{ display: 'flex', opacity: 0.5, alignItems: 'center', height: '54px' }}>
93 93
             <Input type='text' value={person.userName} disabled className='userName' />
94 94
           </View>
95
-        </View>
95
+        </View> */}
96 96
         <View className='userCell'>
97 97
           <View>姓名:</View>
98 98
           <View style={{ display: 'flex', alignItems: 'center', height: '54px' }}>

+ 1
- 6
src/pages/versionUpdate/index.jsx View File

@@ -18,12 +18,7 @@ export default withLayout((props) => {
18 18
             <Image src={micon} className='titleicon' />
19 19
           </View>
20 20
           <View className='updateContent'>
21
-            <View>本次更新:</View>
22
-            <View>--解决了一些已知问题--</View>
23
-          </View>
24
-          <View className='updateContent'>
25
-            <View>最近更新:</View>
26
-            <View>--aaaaaaaaaaaaaaaaaaaaaa--</View>
21
+            <View>最新版本</View>
27 22
           </View>
28 23
         </ScrollView>
29 24
       </View>