Selaa lähdekoodia

隐藏用户名相关信息

李志伟 3 vuotta sitten
vanhempi
commit
7a40969ff5

+ 1
- 1
src/pages/index/components/User/index.jsx Näytä tiedosto

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

+ 2
- 2
src/pages/userInfo/index.jsx Näytä tiedosto

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

+ 1
- 6
src/pages/versionUpdate/index.jsx Näytä tiedosto

18
             <Image src={micon} className='titleicon' />
18
             <Image src={micon} className='titleicon' />
19
           </View>
19
           </View>
20
           <View className='updateContent'>
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
           </View>
22
           </View>
28
         </ScrollView>
23
         </ScrollView>
29
       </View>
24
       </View>