Commit 527c5551 authored by lujunye's avatar lujunye

绑定,改绑细节补充。共用界面

parent 0cd8a872
......@@ -7,7 +7,7 @@
<key>GeliBusinessPlatform.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>21</integer>
<integer>22</integer>
</dict>
</dict>
</dict>
......
......@@ -3,17 +3,4 @@
uuid = "4EFF3422-0342-402A-BFF0-17B15851B3EC"
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
<BreakpointContent
uuid = "61B97D92-F859-4C21-8015-389C91785DC8"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
scope = "1"
stopOnStyle = "0">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "qianwang@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "qianwang@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
{
"properties" : {
"localizable" : true
},
"info" : {
"version" : 1,
"author" : "xcode"
......@@ -10,7 +13,7 @@
"color-space" : "srgb",
"components" : {
"red" : "1.000",
"alpha" : "1.000",
"alpha" : "0.650",
"blue" : "0.439",
"green" : "0.439"
}
......
......@@ -7,15 +7,21 @@
//
import UIKit
import LGButton
class BindViewController: BaseViewController,NavBarViewDelegate {
@IBOutlet weak var submitBtn: LGButton!
@IBOutlet weak var pinkView: UIView!
@IBOutlet weak var accountTF: UITextField!
@IBOutlet weak var phoneTF: UITextField!
@IBOutlet weak var codeTF: UITextField!
@IBOutlet weak var topInputView: UIView!
//MARK: -绑定、获取验证码、忘记手机号码方法
@IBAction func registerPayAccountAction(_ sender: Any) {
print("注册支付账号")
}
@IBAction func getCodeAction(_ sender: Any) {
print("获取验证码")
}
......@@ -34,11 +40,28 @@ class BindViewController: BaseViewController,NavBarViewDelegate {
self.view.addSubview(navbar)
topInputView.snp.makeConstraints { (make) in
make.top.equalTo(NavCGRect.height)
make.left.right.equalTo(0)
make.height.equalTo(50)
if pinkView.isHidden {
topInputView.snp.makeConstraints { (make) in
make.top.equalTo(NavCGRect.height)
make.left.right.equalTo(0)
make.height.equalTo(50)
}
submitBtn.titleString = "确认绑定支付账户"
}else{
pinkView.snp.makeConstraints { (make) in
make.top.equalTo(NavCGRect.height)
make.left.right.equalTo(0)
make.height.equalTo(22.5)
}
topInputView.snp.makeConstraints { (make) in
make.top.equalTo(NavCGRect.height+32.5)
make.left.right.equalTo(0)
make.height.equalTo(50)
}
submitBtn.titleString = "绑定支付账户"
}
// Do any additional setup after loading the view.
}
......
......@@ -11,6 +11,11 @@
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>BabyBluetooth.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>21</integer>
</dict>
<key>CryptoSwift.xcscheme</key>
<dict>
<key>isShown</key>
......@@ -102,6 +107,11 @@
<key>orderHint</key>
<integer>13</integer>
</dict>
<key>SVProgressHUD.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>23</integer>
</dict>
<key>SkeletonView.xcscheme</key>
<dict>
<key>isShown</key>
......
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