diff --git a/yinmeng-ios/Base.lproj/LaunchScreen.storyboard b/yinmeng-ios/Base.lproj/LaunchScreen.storyboard index d035f72..f85e8c8 100644 --- a/yinmeng-ios/Base.lproj/LaunchScreen.storyboard +++ b/yinmeng-ios/Base.lproj/LaunchScreen.storyboard @@ -1,6 +1,6 @@ - + @@ -14,27 +14,27 @@ - + - - + + - + - + diff --git a/yinmeng-ios/Modules/Pay/UserPayViewController.swift b/yinmeng-ios/Modules/Pay/UserPayViewController.swift index 6554bab..b6dca29 100644 --- a/yinmeng-ios/Modules/Pay/UserPayViewController.swift +++ b/yinmeng-ios/Modules/Pay/UserPayViewController.swift @@ -16,13 +16,8 @@ class UserPayViewController: BaseViewController, HiddenNavigationBarProtocol{ setUILayout() requestData() - NotificationCenter.default.addObserver(self, selector: #selector(receiveInitiatePaymentNot(not:)), name: NSNotification.Name(rawValue: "kInitiatePayment"), object: nil) - } - @objc func receiveInitiatePaymentNot(not:Notification) { - // - // - // } + func requestData(){ RequestGet(path: "chargeprod/list", parma: ["channelType":"8"]) { data in @@ -159,7 +154,7 @@ class UserPayViewController: BaseViewController, HiddenNavigationBarProtocol{ make.width.equalTo(296) make.height.equalTo(48) make.centerX.equalTo(self.view) - make.top.equalTo(self.payAgreement.snp.bottom).offset(161) + make.top.equalTo(self.payAgreement.snp.bottom).offset(30) } publishBtn.superview?.layoutIfNeeded() let y = publishBtn.y + publishBtn.frame.height