|
@@ -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} />
|