vbea 2 years ago
parent
commit
bcae661aee

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Thu Jun 29 18:05:08 CST 2023
-VERSION_CODE=244
+#Thu Jun 29 18:18:55 CST 2023
+VERSION_CODE=246

+ 2 - 2
Strides-APP/app/pages/chargeV2/ChargeAdapter.js

@@ -260,8 +260,8 @@ export default class ChargeAdapter extends Component {
           style={{minHeight: $vht(100)}}
           tabBarOptions={this.tabBarStyle}
           lazy={false}
-          lazyPreloadDistance={1}
-          >
+          initialRouteName={PagerList.tabCharge}
+          lazyPreloadDistance={1}>
           { this.pageAdapter.map((item, index) => 
             <Tab.Screen
               key={index}

+ 3 - 3
Strides-APP/app/pages/home/Home.js

@@ -61,13 +61,13 @@ export default class HomePage extends Component {
         this.checkPermission2Geo();
       })
       this.isHide = false;
-      MyStatusBar.setStatusBarThemes(MyStatusBar.DARK_STYLE, colorLight);
+      //MyStatusBar.setStatusBarThemes(MyStatusBar.DARK_STYLE, colorLight);
     });
 
     navigation.addListener('blur', () => {
       //toastShort('onStop')
       this.isHide = true;
-      MyStatusBar.setStatusBarThemes(MyStatusBar.LIGHT_STYLE, colorPrimaryDark);
+      //MyStatusBar.setStatusBarThemes(MyStatusBar.LIGHT_STYLE, colorPrimaryDark);
       setTimeout(() => {
         navigation.closeDrawer();
       }, 200);
@@ -89,7 +89,7 @@ export default class HomePage extends Component {
     });*/
     BackHandler.addEventListener('hardwareBackPress', this.toExit)
     this.isHide = false;
-    MyStatusBar.setStatusBarThemes(MyStatusBar.DARK_STYLE, colorLight);
+    //MyStatusBar.setStatusBarThemes(MyStatusBar.DARK_STYLE, colorLight);
     this.checkUpdateVersion();
   }
 

+ 1 - 0
Strides-APP/index.js

@@ -37,6 +37,7 @@ class Index extends Component {
         visible: true
       })
     })
+    MyStatusBar.setStatusBarThemes(MyStatusBar.DARK_STYLE, colorLight);//白标签
   }
 
   /*restartApp() {

+ 1 - 1
Strides-Admin/src/router/ChargeRouter.js

@@ -3,7 +3,7 @@ import Layout from '@/layout'
 export default {
   path: '/charge-station-management',
   component: Layout,
-  redirect: '/charge-station-management /registered-charge-stations',
+  redirect: '/charge-station-management/registered-charge-stations',
   meta: {
     title: 'Charge Station Management',
     icon: 'charge-station-management',

+ 4 - 5
Strides-Admin/src/views/financial/TopUp.vue

@@ -56,11 +56,10 @@
         label="Platform"
         align="center"
         prop="paymentPlatform"/>
-        <el-table-column
-          label="Pay Type"
-          align="center"
-          prop="payType"
-          width="85px"/>
+      <el-table-column
+        label="Top Up Type"
+        align="center"
+        prop="payType"/>
       <el-table-column
         label="Amount"
         align="center"

+ 1 - 1
Strides-Admin/src/views/zetting/Administrator.vue

@@ -184,7 +184,7 @@
                   :type="passwordType"
                   v-model="settingsForm.password"
                   placeholder="Email password"
-                  maxlength="64"/>
+                  maxlength="128"/>
                 <span class="show-pwd" @click="showPwd">
                   <svg-icon :icon-class="passwordType === 'password' ? 'eye' : 'eye-open'" />
                 </span>