Authored by 李奇

Merge remote-tracking branch 'origin/feature/import' into feature/import

@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
7 page { 7 page {
8 height: 100%; 8 height: 100%;
9 color: #444; 9 color: #444;
10 - background-color: #eee;  
11 } 10 }
12 11
13 .empty-cart { 12 .empty-cart {
@@ -128,7 +127,6 @@ page { @@ -128,7 +127,6 @@ page {
128 127
129 .footer-wrap { 128 .footer-wrap {
130 height: 130rpx; 129 height: 130rpx;
131 - background-color: #eee;  
132 } 130 }
133 131
134 .footer-fixed { 132 .footer-fixed {
@@ -6,9 +6,9 @@ @@ -6,9 +6,9 @@
6 <text class="{{item.showArrow ? '' : 'disable-text'}}">{{item.statusString}}</text> 6 <text class="{{item.showArrow ? '' : 'disable-text'}}">{{item.statusString}}</text>
7 <text class="iconfont icon-right" wx:if="{{item.showArrow}}"></text> 7 <text class="iconfont icon-right" wx:if="{{item.showArrow}}"></text>
8 </view> 8 </view>
9 - <image src="https://img12.static.yhbimg.com/sns/2018/07/03/16/0262ef3b8c6fb54d49b2cac5a97ae05193.png?imageView/1/w/24/h/24" class="img-icon" wx:if="{{item.isGift}}"></image>  
10 - <image src="https://img11.static.yhbimg.com/sns/2018/07/03/16/010c781087b51cdde0b1855d4d5fa51acd.png?imageView/1/w/24/h/24" class="img-icon" wx:else></image>  
11 - <text class="giftOrPriceTitle">32131231{{item.title}}</text> 9 + <image src="/static/images/gift.png" class="img-icon" wx:if="{{item.isGift}}"></image>
  10 + <image src="/static/images/price-gift.png" class="img-icon" wx:else></image>
  11 + <text class="giftOrPriceTitle">{{item.title}}</text>
12 </view> 12 </view>
13 <view class="split-line"></view> 13 <view class="split-line"></view>
14 </view> 14 </view>