Commit 7e860b52 authored by lujunye's avatar lujunye

38

parent 0404c99e
...@@ -5091,7 +5091,7 @@ ...@@ -5091,7 +5091,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
CODE_SIGN_ENTITLEMENTS = GeliBusinessPlatform/GeliBusinessPlatform.entitlements; CODE_SIGN_ENTITLEMENTS = GeliBusinessPlatform/GeliBusinessPlatform.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5.9; CURRENT_PROJECT_VERSION = 6.0;
DEFINES_MODULE = NO; DEFINES_MODULE = NO;
DEVELOPMENT_ASSET_PATHS = "\"GeliBusinessPlatform/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"GeliBusinessPlatform/Preview Content\"";
DEVELOPMENT_TEAM = K48346UACH; DEVELOPMENT_TEAM = K48346UACH;
...@@ -5151,7 +5151,7 @@ ...@@ -5151,7 +5151,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK", "$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK",
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/GBDEMO", "$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/GBDEMO",
); );
MARKETING_VERSION = 1.7.8; MARKETING_VERSION = 1.7.9;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
...@@ -5233,7 +5233,7 @@ ...@@ -5233,7 +5233,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
CODE_SIGN_ENTITLEMENTS = GeliBusinessPlatform/GeliBusinessPlatform.entitlements; CODE_SIGN_ENTITLEMENTS = GeliBusinessPlatform/GeliBusinessPlatform.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5.9; CURRENT_PROJECT_VERSION = 6.0;
DEFINES_MODULE = NO; DEFINES_MODULE = NO;
DEVELOPMENT_ASSET_PATHS = "\"GeliBusinessPlatform/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"GeliBusinessPlatform/Preview Content\"";
DEVELOPMENT_TEAM = K48346UACH; DEVELOPMENT_TEAM = K48346UACH;
...@@ -5293,7 +5293,7 @@ ...@@ -5293,7 +5293,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK", "$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK",
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/GBDEMO", "$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/GBDEMO",
); );
MARKETING_VERSION = 1.7.8; MARKETING_VERSION = 1.7.9;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
......
...@@ -49,6 +49,7 @@ class BindViewController: BaseViewController, GeliAlertViewDelegate { ...@@ -49,6 +49,7 @@ class BindViewController: BaseViewController, GeliAlertViewDelegate {
HUD.hide(animated: true) HUD.hide(animated: true)
let dataM = data as! LocationGeliPayModel let dataM = data as! LocationGeliPayModel
let vc = WebViewController() let vc = WebViewController()
vc.isPay = true
vc.urlStr = dataM.data?.url vc.urlStr = dataM.data?.url
self.navigationController?.pushViewController(vc, animated: true) self.navigationController?.pushViewController(vc, animated: true)
}) { (error) in }) { (error) in
......
...@@ -78,6 +78,7 @@ class PayViewController: BaseViewController ,GeliAlertViewDelegate{ ...@@ -78,6 +78,7 @@ class PayViewController: BaseViewController ,GeliAlertViewDelegate{
HUD.hide(animated: true) HUD.hide(animated: true)
let dataM = data as! LocationGeliPayModel let dataM = data as! LocationGeliPayModel
let vc = WebViewController() let vc = WebViewController()
vc.isPay = true
vc.urlStr = dataM.data?.url vc.urlStr = dataM.data?.url
self.navigationController?.pushViewController(vc, animated: true) self.navigationController?.pushViewController(vc, animated: true)
}) { (error) in }) { (error) in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment