Commit f722afbf authored by lujunye's avatar lujunye

asdfsdd22

parent c7237d99
......@@ -21,6 +21,7 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
paymentView = nil
}
@IBOutlet weak var pph_btm_view_h: NSLayoutConstraint!
func PaymentViewPassInputFinish(fullpass: String) {
HUD.flash(.progress)
pphPayment(["user_token":UserToken as Any,"wb_no":pph_wb_no as Any,"pwd":fullpass as Any]) {[self] (data) in
......@@ -1211,6 +1212,7 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
return false
}
}
func getUICarList(){
rightBtn.isSelected = true
leftBtn.isSelected = false
......@@ -1397,6 +1399,7 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
//MARK: - 拼拼货
pph_btm_view_h.constant = 0
pph_listView.backgroundColor = UIColor(named: "app底色")
pph_listView.separatorStyle = .none
pph_listView.register(UINib(nibName: "HLLTopCell", bundle: nil), forCellReuseIdentifier: "HLLTopCell")
......
......@@ -23,6 +23,7 @@
<outlet property="listView" destination="Try-UC-8fP" id="plR-El-hxN"/>
<outlet property="p_p_view" destination="Vf0-aT-43t" id="BMv-xY-6z5"/>
<outlet property="pin_pin_huo" destination="hwI-gN-CwU" id="xHH-Jp-k0u"/>
<outlet property="pph_btm_view_h" destination="1J3-M4-BE8" id="fFd-LW-syf"/>
<outlet property="pph_listView" destination="lrw-DF-qzM" id="QG0-fE-TaJ"/>
<outlet property="pph_milelbl" destination="zny-S9-xc7" id="Bs1-uc-anD"/>
<outlet property="pph_priceLbl" destination="Ns2-Yz-QQW" id="UJl-9o-Xgl"/>
......@@ -435,7 +436,7 @@
<constraint firstItem="zny-S9-xc7" firstAttribute="leading" secondItem="Ns2-Yz-QQW" secondAttribute="trailing" constant="5" id="fbk-iq-qKn"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ROc-Ae-TTC">
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ROc-Ae-TTC">
<rect key="frame" x="0.0" y="680" width="414" height="37"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0MA-Wj-rzD">
......@@ -575,20 +576,6 @@
<point key="canvasLocation" x="175.36231884057972" y="75.669642857142847"/>
</view>
</objects>
<designables>
<designable name="00z-eF-Akb">
<size key="intrinsicContentSize" width="10" height="10"/>
</designable>
<designable name="ZUK-IF-BZm">
<size key="intrinsicContentSize" width="10" height="10"/>
</designable>
<designable name="h07-dY-afr">
<size key="intrinsicContentSize" width="10" height="10"/>
</designable>
<designable name="qOG-da-TxK">
<size key="intrinsicContentSize" width="10" height="10"/>
</designable>
</designables>
<resources>
<image name="fff" width="12" height="12"/>
<image name="gttt" width="13" height="12"/>
......
......@@ -184,6 +184,7 @@ class HLLTopCell: UITableViewCell,UIScrollViewDelegate {
}
var scrollView:UIScrollView?
override func awakeFromNib() {
super.awakeFromNib()
......
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