vbea 3 ani în urmă
părinte
comite
a9472b863f

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

@@ -1,2 +1,2 @@
-#Thu Feb 09 13:28:17 CST 2023
-VERSION_CODE=95
+#Thu Feb 09 15:23:22 CST 2023
+VERSION_CODE=99

+ 1 - 1
Strides-APP/app/pages/Router.js

@@ -142,7 +142,7 @@ export var PageList = {
     component: TopupV2
   },
   'topupNew': {
-    title: 'Top Up',
+    title: 'Purchase Credits',
     component: TopupNew
   },
   'addCard': {

+ 2 - 2
Strides-APP/app/pages/my/ProfileV2.js

@@ -258,7 +258,7 @@ export default class ProfileV2 extends Component {
             color={textCancel}
             name='angle-right'/>
         </Pressable>
-        { this.state.userInfo.userType == "Public" &&
+        {/* this.state.userInfo.userType == "Public" &&
           <Pressable
             style={styles.cardView}
             onPress={() => startPage(PageList.registerFleet)}>
@@ -275,7 +275,7 @@ export default class ProfileV2 extends Component {
               color={textCancel}
               name='angle-right'/>
           </Pressable>
-        }
+        */}
         <Pressable
           style={styles.cardView}
           onPress={() => this.deleteAccount()}>

+ 2 - 2
Strides-APP/app/pages/wallet/TopupNew.js

@@ -112,7 +112,7 @@ export default class TopupNew extends Component {
         </View>
         <View style={styles.contentView}>
           <View style={styles.topupView}>
-            <WalletTitle>Choose Top Up Value</WalletTitle>
+            <WalletTitle>Choose Credit Value</WalletTitle>
             <View style={styles.topupItems}>
               { this.state.topupList.map((item, index) => {
                   return (
@@ -147,7 +147,7 @@ export default class TopupNew extends Component {
         <View style={ui.flex1}></View>
         <View style={styles.buttonView}>
           <Button
-            text='TOP UP'
+            text='Purchase'
             elevation={1.5}
             onClick={() => {
               PaymentDefault.is2c2p