Commit 10380765 authored by 刘俊宏's avatar 刘俊宏

ios:个人中心→格利支付:绑定支付账户点击立即注册横幅提示网络连接失败(修改完成)

parent 2d6e4b63
......@@ -44,7 +44,7 @@ class BindViewController: BaseViewController, GeliAlertViewDelegate {
HUD.flash(.progress)
let UserToken = UserDefaults.standard.value(forKey: "user_token")
locationGeliPay(["user_token":UserToken as Any,"type":"1"], success: { (data) in
locationGeliPay(["user_token":UserToken as Any,"type":"3"], success: { (data) in
HUD.hide(animated: true)
let dataM = data as! LocationGeliPayModel
let vc = WebViewController()
......
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