Commit 183582f9 authored by lujunye's avatar lujunye

11112313123

parent 7e860b52
...@@ -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 = 6.0; CURRENT_PROJECT_VERSION = 6.1;
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.9; MARKETING_VERSION = 1.8;
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 = 6.0; CURRENT_PROJECT_VERSION = 6.1;
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.9; MARKETING_VERSION = 1.8;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
......
...@@ -27,12 +27,12 @@ let systemVersion = (UIDevice.current.systemVersion as String) ...@@ -27,12 +27,12 @@ let systemVersion = (UIDevice.current.systemVersion as String)
//接口地址 //接口地址
//test //test
//let SERVERCE_ImageHost = "https://z.gelifood.com/" let SERVERCE_ImageHost = "https://z.gelifood.com/"
//let SERVERCE_HOST = "https://z.gelifood.com/admin/" let SERVERCE_HOST = "https://z.gelifood.com/admin/"
//let print_url = "http://z.gelifood.com/static/url/label.html?" let print_url = "http://z.gelifood.com/static/url/label.html?"
let SERVERCE_ImageHost = "https://zx.gelifood.com/" //let SERVERCE_ImageHost = "https://zx.gelifood.com/"
let SERVERCE_HOST = "https://zx.gelifood.com/admin/" //let SERVERCE_HOST = "https://zx.gelifood.com/admin/"
let print_url = "http://zx.gelifood.com/static/url/label.html?" //let print_url = "http://zx.gelifood.com/static/url/label.html?"
//online //online
//视图常量 //视图常量
......
...@@ -44,7 +44,6 @@ class BindViewController: BaseViewController, GeliAlertViewDelegate { ...@@ -44,7 +44,6 @@ class BindViewController: BaseViewController, GeliAlertViewDelegate {
@IBAction func registerPayAccountAction(_ sender: Any) { @IBAction func registerPayAccountAction(_ sender: Any) {
print("注册支付账号") print("注册支付账号")
HUD.flash(.progress) HUD.flash(.progress)
locationGeliPay(["user_token":UserToken as Any,"type":"3"], success: { (data) in locationGeliPay(["user_token":UserToken as Any,"type":"3"], success: { (data) in
HUD.hide(animated: true) HUD.hide(animated: true)
let dataM = data as! LocationGeliPayModel let dataM = data as! LocationGeliPayModel
......
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