Commit 4cfedd42 by lee

u v or seven day return & exchange

parent f76d069e
......@@ -29,6 +29,8 @@
@property(nonatomic,weak) IBOutlet UILabel *lbVariant;
@property(nonatomic,weak) IBOutlet UIView *freeShipping;
//单位label
@property(nonatomic,weak) IBOutlet UILabel *lbUnit;
......@@ -217,6 +219,7 @@
self.lbUnit.userInteractionEnabled = YES;
self.lbPrice.userInteractionEnabled = YES;
self.lbOldPrice.userInteractionEnabled = YES;
self.freeShipping.hidden = [product.tags containsObject:@"not-return"];
}
//-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{
......
......@@ -12,6 +12,7 @@
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KWMFirstDetailView">
<connections>
<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="lbName" destination="SQm-rY-OyA" id="Fux-pg-fca"/>
<outlet property="lbOldPrice" destination="Mql-V1-hiE" id="Sh1-Fz-sfU"/>
......@@ -102,7 +103,7 @@
<constraint firstAttribute="width" constant="100" id="xEt-bo-Cd2"/>
</constraints>
</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"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_product_7day" translatesAutoresizingMaskIntoConstraints="NO" id="jxm-XE-ewW">
......
......@@ -56,7 +56,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20170905611</string>
<string>2017090617</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<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