Commit 4cfedd42 by lee

u v or seven day return & exchange

parent f76d069e
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
@property(nonatomic,weak) IBOutlet UILabel *lbVariant; @property(nonatomic,weak) IBOutlet UILabel *lbVariant;
@property(nonatomic,weak) IBOutlet UIView *freeShipping;
//单位label //单位label
@property(nonatomic,weak) IBOutlet UILabel *lbUnit; @property(nonatomic,weak) IBOutlet UILabel *lbUnit;
...@@ -217,6 +219,7 @@ ...@@ -217,6 +219,7 @@
self.lbUnit.userInteractionEnabled = YES; self.lbUnit.userInteractionEnabled = YES;
self.lbPrice.userInteractionEnabled = YES; self.lbPrice.userInteractionEnabled = YES;
self.lbOldPrice.userInteractionEnabled = YES; self.lbOldPrice.userInteractionEnabled = YES;
self.freeShipping.hidden = [product.tags containsObject:@"not-return"];
} }
//-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{ //-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KWMFirstDetailView"> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KWMFirstDetailView">
<connections> <connections>
<outlet property="btnBrand" destination="s6N-a3-C4Z" id="ips-Jp-qG3"/> <outlet property="btnBrand" destination="s6N-a3-C4Z" id="ips-Jp-qG3"/>
<outlet property="freeShipping" destination="efc-dz-O7V" id="l2t-Df-LYX"/>
<outlet property="imageScrollView" destination="lKe-L4-ROK" id="V42-4B-a2B"/> <outlet property="imageScrollView" destination="lKe-L4-ROK" id="V42-4B-a2B"/>
<outlet property="lbName" destination="SQm-rY-OyA" id="Fux-pg-fca"/> <outlet property="lbName" destination="SQm-rY-OyA" id="Fux-pg-fca"/>
<outlet property="lbOldPrice" destination="Mql-V1-hiE" id="Sh1-Fz-sfU"/> <outlet property="lbOldPrice" destination="Mql-V1-hiE" id="Sh1-Fz-sfU"/>
...@@ -102,7 +103,7 @@ ...@@ -102,7 +103,7 @@
<constraint firstAttribute="width" constant="100" id="xEt-bo-Cd2"/> <constraint firstAttribute="width" constant="100" id="xEt-bo-Cd2"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="efc-dz-O7V" userLabel="14天退换"> <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="efc-dz-O7V" userLabel="7天退换">
<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_7day" 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">
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20170905611</string> <string>2017090617</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSApplicationQueriesSchemes</key> <key>LSApplicationQueriesSchemes</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