Commit 5e26c27a by lee

u

parent ffda5a02
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
}, },
{ {
"idiom" : "universal", "idiom" : "universal",
"filename" : "ic_product_14day@2x.png", "filename" : "52.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"idiom" : "universal", "idiom" : "universal",
"filename" : "ic_product_14day@3x.png", "filename" : "78.png",
"scale" : "3x" "scale" : "3x"
} }
], ],
......
...@@ -105,15 +105,15 @@ ...@@ -105,15 +105,15 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="efc-dz-O7V" userLabel="14天退换"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="efc-dz-O7V" userLabel="14天退换">
<rect key="frame" x="121" y="98" width="100" height="30"/> <rect key="frame" x="121" y="98" width="100" height="30"/>
<subviews> <subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_product_14day" translatesAutoresizingMaskIntoConstraints="NO" id="jxm-XE-ewW"> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_product_7day" translatesAutoresizingMaskIntoConstraints="NO" id="jxm-XE-ewW">
<rect key="frame" x="0.0" y="4" width="24" height="22"/> <rect key="frame" x="0.0" y="4" width="24" height="22"/>
<constraints> <constraints>
<constraint firstAttribute="width" constant="24" id="6LP-3V-BBJ"/> <constraint firstAttribute="width" constant="24" id="6LP-3V-BBJ"/>
<constraint firstAttribute="height" constant="22" id="eN2-by-SKX"/> <constraint firstAttribute="height" constant="22" id="eN2-by-SKX"/>
</constraints> </constraints>
</imageView> </imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="14天退换" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LIh-x6-zk9"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="7天退换" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LIh-x6-zk9">
<rect key="frame" x="34" y="7.5" width="48" height="17"/> <rect key="frame" x="34" y="7.5" width="43" height="17"/>
<fontDescription key="fontDescription" name="PingFangSC-Light" family="PingFang SC" pointSize="12"/> <fontDescription key="fontDescription" name="PingFangSC-Light" family="PingFang SC" pointSize="12"/>
<color key="textColor" red="0.1529411765" green="0.14901960780000001" blue="0.21176470589999999" alpha="1" colorSpace="calibratedRGB"/> <color key="textColor" red="0.1529411765" green="0.14901960780000001" blue="0.21176470589999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
</objects> </objects>
<resources> <resources>
<image name="button_mine_more" width="7" height="14"/> <image name="button_mine_more" width="7" height="14"/>
<image name="ic_product_14day" width="26" height="23"/> <image name="ic_product_7day" width="26" height="23"/>
<image name="ic_product_gift" width="22" height="23"/> <image name="ic_product_gift" width="22" height="23"/>
<image name="ic_product_real" width="22" height="23"/> <image name="ic_product_real" width="22" height="23"/>
</resources> </resources>
......
...@@ -575,7 +575,9 @@ ...@@ -575,7 +575,9 @@
-(void) flushCheckout:(NSDictionary *) dic { -(void) flushCheckout:(NSDictionary *) dic {
[self initData]; [self initData];
[self.userDao saveCheckoutCache:dic]; [self.userDao saveCheckoutCache:dic];
if(self.checkout.shippingAddress && !self.checkout.shippingRate) { if (!self.checkout.shippingAddress && self.address) {
[self kwm_setAddress:self.address];
} else if(self.checkout.shippingAddress && !self.checkout.shippingRate) {
[self requestShippingData]; [self requestShippingData];
} }
} }
......
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