|
|
@@ -20,6 +20,7 @@ export default function Page() {
|
|
|
})
|
|
|
}, [])
|
|
|
function logoutF() {
|
|
|
+
|
|
|
Taro.showModal({
|
|
|
title: t('feature.common.modal.logout_title'),
|
|
|
content: t('feature.common.modal.logout_content'),
|
|
|
@@ -34,7 +35,7 @@ export default function Page() {
|
|
|
|
|
|
return <View style={{ color: '#fff',display:'flex',flexDirection:'column' }}>
|
|
|
<View style={{height:20}}/>
|
|
|
- <TableCell title={t('page.setting.version')} ><Text style={{ opacity: 0.8 }}>1.2.6</Text></TableCell>
|
|
|
+ <TableCell title={t('page.setting.version')} ><Text style={{ opacity: 0.8 }}>1.2.7</Text></TableCell>
|
|
|
{/* <Text style={{color:'#9E9E9E',textAlign:'center',fontSize:14}}>v1.2.2</Text> */}
|
|
|
|
|
|
<Footer>
|