Forráskód Böngészése

支付细节修改

apple 6 éve
szülő
commit
9aadb84e56

BIN
ios/JianYuIOS/JianYuIOS.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 2
ios/JianYuIOS/JianYuIOS/BaseClass1/PrefixHeader.pch

@@ -119,9 +119,9 @@ _Pragma("clang diagnostic pop")\
 
 //#define kHost @"http://web-jydev-ws.jianyu360.cn/" //王山
 
-//#define kHost @"https://web-jydev-wcj.jianyu360.cn/"//王传近
+#define kHost @"https://web-jydev-wcj.jianyu360.cn/"//王传近
 
-#define kHost @"https://app-jytest.jianyu360.cn/"//新测试
+//#define kHost @"https://app-jytest.jianyu360.cn/"//新测试
 
 //#define kHost @"http://web-jydev-wky.jianyu360.cn/" //王凯悦
 //1453.5 854

+ 0 - 1
ios/JianYuIOS/JianYuIOS/Classes(模块)/JYMineViewController.m

@@ -55,7 +55,6 @@ JSExportAs(hideRedSpotOnMenu, -(void)jsHideRedSpotOnMenu:(NSString*)str);
 JSExportAs(showRedSpotOnMenu, -(void)jsShowRedSpotOnMenu:(NSString*)str);
 
 
-
 //支付相关
 JSExportAs(wxPay, -(void)jsWxPay:(NSString *)jsonString);
 

+ 2 - 0
ios/JianYuIOS/JianYuIOS/Info.plist

@@ -134,5 +134,7 @@
 	</array>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
+	<key>KeyboardDisplayRequiresUserAction</key>
+	<false/>
 </dict>
 </plist>