Explorar el Código

release 2.3.1

wudebin hace 3 años
padre
commit
e2ff79161c

+ 2 - 2
Strides-APP/app.json

@@ -1,8 +1,8 @@
 {
   "name": "JuicePlus",
   "displayName": "ChargEco",
-  "versionCode": 220,
+  "versionCode": 230,
   "versionName": "V2.3.1",
-  "product": false,
+  "product": true,
   "debug": true
 }

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

@@ -5,13 +5,13 @@ import { PAYTYPE } from '../wallet/Payment';
 import { PaymentIcon } from '../wallet/TopupPaythod';
 import { ChargeStyle } from './Charging';
 
-export const CHARGE_PAYTYPE = [{
+export const CHARGE_PAYTYPE = [/*{
   // 按次支付
   name: "Pay Per Use",
   type: PAYTYPE.PAY_PER_USE,
   title: "SGQR",
   icon: "PAYNOW"
-}, {
+}, */{
   // 钱包余额支付
   name: "Credit Wallet",
   type: PAYTYPE.CREDIT_WALLET,

+ 1 - 1
Strides-APP/app/pages/search/SearchV2.js

@@ -41,7 +41,7 @@ export default class SearchV2 extends Component {
     });
   }
 
-  searchStation(latlng, time=2000) {
+  searchStation(latlng, time=1500) {
     this.setState({
       isSearch: true
     });

+ 3 - 0
Strides-APP/app/pages/sign/Login.js

@@ -160,6 +160,9 @@ export default class Login extends React.Component {
                 defaultValue={this.state.email}
                 maxLength={50}
                 clearButtonMode='while-editing'
+                autoCapitalize="none"
+                autoComplete="off"
+                autoCorrect={false}
                 onChangeText={(v) => {
                   this.setState({
                     email: v

+ 5 - 1
Strides-APP/app/pages/sign/LoginV2.js

@@ -142,9 +142,13 @@ export default class Login extends React.Component {
                 style={styles.inputText}
                 placeholder={"E-mail"}
                 placeholderTextColor={textPlacehoder}
-                textContentType='emailAddress'
+                textContentType="emailAddress"
                 defaultValue={this.state.email}
                 maxLength={50}
+                autoCapitalize="none"
+                autoComplete="off"
+                autoCorrect={false}
+                clearButtonMode='while-editing'
                 onChangeText={(v) => {
                   this.setState({
                     email: v

+ 4 - 4
Strides-APP/ios/JuicePlus.xcodeproj/project.pbxproj

@@ -1717,7 +1717,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = JuicePlus/JuicePlus.entitlements;
-				CURRENT_PROJECT_VERSION = 100;
+				CURRENT_PROJECT_VERSION = 120;
 				DEVELOPMENT_TEAM = TK7T9A6RQ2;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = JuicePlus/Info.plist;
@@ -1727,7 +1727,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 2.3.0;
+				MARKETING_VERSION = 2.3.1;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",
@@ -1749,7 +1749,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = JuicePlus/JuicePlus.entitlements;
-				CURRENT_PROJECT_VERSION = 100;
+				CURRENT_PROJECT_VERSION = 120;
 				DEVELOPMENT_TEAM = TK7T9A6RQ2;
 				INFOPLIST_FILE = JuicePlus/Info.plist;
 				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.lifestyle";
@@ -1835,7 +1835,7 @@
 					"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview\"",
 					"\"$(SDKROOT)/usr/lib/swift\"",
 				);
-				MARKETING_VERSION = 2.3.0;
+				MARKETING_VERSION = 2.3.1;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",