Leon 2 rokov pred
rodič
commit
a203f3fa14
2 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 2 1
      src/pages/account/Setting.tsx
  2. 1 1
      src/services/http/api.js

+ 2 - 1
src/pages/account/Setting.tsx

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

+ 1 - 1
src/services/http/api.js

@@ -1,4 +1,4 @@
-let online = true;
+let online = false;
 export let baseUrl = online ? 'https://api.fast.liveplus.fun' : 'https://api.fast.dev.liveplus.fun';
 export let imgUrl = online
     ? 'https://api.fast.liveplus.fun/static/image/'