Leon há 1 ano atrás
pai
commit
7434b30fe8

+ 2 - 2
ios/hola.xcodeproj/project.pbxproj

@@ -572,7 +572,7 @@
 				CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 72;
+				CURRENT_PROJECT_VERSION = 73;
 				DEVELOPMENT_TEAM = GPMXAZ9G5N;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = hola/Info.plist;
@@ -605,7 +605,7 @@
 				CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 72;
+				CURRENT_PROJECT_VERSION = 73;
 				DEVELOPMENT_TEAM = GPMXAZ9G5N;
 				INFOPLIST_FILE = hola/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = (

+ 1 - 1
ios/hola/Info.plist

@@ -32,7 +32,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>72</string>
+	<string>73</string>
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<false/>
 	<key>LSApplicationCategoryType</key>

Diff do ficheiro suprimidas por serem muito extensas
+ 1 - 1
ios/main.jsbundle


+ 1 - 0
src/components/basic/Alert.tsx

@@ -34,6 +34,7 @@ export default function showAlert(props: any) {
                 
                 {
                     text: props.cancelText ? props.cancelText : "Cancel",
+                    style:props.redCancel?'destructive':'default',
                     onPress: () => {
                         if (props.cancel) {
                             props.cancel()

+ 4 - 4
src/pages/account/Setting.tsx

@@ -122,10 +122,10 @@ export default function Page() {
                                 title: t('feature.common.modal.deluser_title'),
                                 content: t('feature.common.modal.deluser_content'),
                                 showCancel: true,
-                                cancelText:t('feature.common.modal.deluser_cancel'),
-                                confirmText:t('feature.common.modal.deluser_confirm'),
-                                redConfirm:true,
-                                confirm: () => {
+                                confirmText: t('feature.common.modal.deluser_cancel'),
+                                cancelText: t('feature.common.modal.deluser_confirm'),
+                                redCancel: true,
+                                cancel: () => {
                                     delUser()
                                 }
                             })

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff