Yansen 1 year ago
parent
commit
7875a21823
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/Upgrade/index.jsx

+ 1
- 1
src/pages/Upgrade/index.jsx View File

@@ -18,7 +18,7 @@ export default withLayout(function (props) {
18 18
   return (
19 19
     <View className='page-index'>
20 20
       <View className='index-navbar'>
21
-        <CustomNav title='城市列表' />
21
+        <CustomNav title='系统更新' />
22 22
       </View>
23 23
       <View style={{ padding: '16px' }}>
24 24
         <ButtontWX onClick={onClick} butText='检查更新' butWidth={300} butHeight={49} butFontSize={16} butBorderRadius={49} />