Commit 0a15c625cf302603ea1eb3b618a1eed6e96d10d2

Authored by yvan.ni
1 parent 2d3bc08e

确认订单页面,订单详情页面,会员权益

pages/cart/cart2/cart2.wxml
... ... @@ -398,7 +398,9 @@
398 398 </view>
399 399  
400 400 <view class="xc-buttom " wx:if="{{item.is_open==1}}">
401   - <text class="five-level-word explain-coupon">{{util.format(item.Remark)}}</text>
  401 + <view style="padding:10rpx">
  402 + <text class="five-level-word explain-coupon">{{util.format(item.Remark)}}</text>
  403 + </view>
402 404 </view>
403 405  
404 406 </view>
... ...
pages/cart/cart2/cart2.wxss
... ... @@ -685,15 +685,15 @@ border-bottom:1rpx solid #eee;
685 685 margin-left: 6rpx;
686 686  
687 687 }
  688 +
688 689 .goods-num{
689 690 font-size: 28rpx;
690   -color: #333;
691   -
  691 + color: #333;
692 692 }
  693 +
693 694 .explain-coupon{
694   -
695 695 font-size:25rpx;
696   -
  696 + padding: 10rpx 10rpx
697 697 }
698 698 .circle-frame{
699 699 width: 20rpx;
... ...
pages/user/order_detail/order_detail.wxml
... ... @@ -125,6 +125,7 @@
125 125 <view wx:if="{{order.tail_pay_type==1}}">¥ {{filters.toFix(order.user_money+order.pt_tail_money,2)}}元</view>
126 126 <view wx:else>¥ {{filters.toFix(order.user_money,2)}}元</view>
127 127 </view>
  128 + <view style="height:10rpx"></view>
128 129 </view>
129 130  
130 131 <view class="btn-wrap">
... ... @@ -154,7 +155,7 @@
154 155 <navigator wx:if="{{order.order_goods.length>1}}" class="tips-btn"
155 156 url="/pages/user/comment/comment?status=0&order_id={{order.order_id}}">评价{{order.order_goods.length}}</navigator>
156 157 <navigator wx:else class="tips-btn"
157   - url="/pages/user/add_comment/add_comment?goods_id={{order.order_goods[0].goods_id}}&order_id={{order.order_id}}}">评价{{order.order_goods.length}}</navigator>
  158 + url="/pages/user/add_comment/add_comment?goods_id={{order.order_goods[0].goods_id}}&order_id={{order.order_id}}}">去评价</navigator>
158 159 </block>
159 160 </view>
160 161 </view>
... ...
pages/user/order_detail/order_detail.wxss
... ... @@ -156,6 +156,7 @@
156 156 height: 100rpx;
157 157 background-color: #fff;
158 158 text-align: right;
  159 + position: fixed; width: 100%; bottom: 0; border-top: 1rpx solid #ddd
159 160 }
160 161  
161 162 .tips-btn {
... ...
pages/user/user_coupon/user_coupon.wxml
... ... @@ -99,7 +99,9 @@
99 99  
100 100 </view>
101 101 <view class="xc-buttom "wx:if="{{item.is_open==1}}">
102   - <text class="five-level-word explain-coupon">{{util.format(item.Remark)}}</text>
  102 + <view style="padding: 10rpx">
  103 + <text class="five-level-word explain-coupon">{{util.format(item.Remark)}}</text>
  104 + </view>
103 105 </view>
104 106 </view>
105 107 </view>
... ...