Commit 0a15c625cf302603ea1eb3b618a1eed6e96d10d2
1 parent
2d3bc08e
确认订单页面,订单详情页面,会员权益
Showing
5 changed files
with
13 additions
and
7 deletions
pages/cart/cart2/cart2.wxml
| @@ -398,7 +398,9 @@ | @@ -398,7 +398,9 @@ | ||
| 398 | </view> | 398 | </view> |
| 399 | 399 | ||
| 400 | <view class="xc-buttom " wx:if="{{item.is_open==1}}"> | 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 | </view> | 404 | </view> |
| 403 | 405 | ||
| 404 | </view> | 406 | </view> |
pages/cart/cart2/cart2.wxss
| @@ -685,15 +685,15 @@ border-bottom:1rpx solid #eee; | @@ -685,15 +685,15 @@ border-bottom:1rpx solid #eee; | ||
| 685 | margin-left: 6rpx; | 685 | margin-left: 6rpx; |
| 686 | 686 | ||
| 687 | } | 687 | } |
| 688 | + | ||
| 688 | .goods-num{ | 689 | .goods-num{ |
| 689 | font-size: 28rpx; | 690 | font-size: 28rpx; |
| 690 | -color: #333; | ||
| 691 | - | 691 | + color: #333; |
| 692 | } | 692 | } |
| 693 | + | ||
| 693 | .explain-coupon{ | 694 | .explain-coupon{ |
| 694 | - | ||
| 695 | font-size:25rpx; | 695 | font-size:25rpx; |
| 696 | - | 696 | + padding: 10rpx 10rpx |
| 697 | } | 697 | } |
| 698 | .circle-frame{ | 698 | .circle-frame{ |
| 699 | width: 20rpx; | 699 | width: 20rpx; |
pages/user/order_detail/order_detail.wxml
| @@ -125,6 +125,7 @@ | @@ -125,6 +125,7 @@ | ||
| 125 | <view wx:if="{{order.tail_pay_type==1}}">¥ {{filters.toFix(order.user_money+order.pt_tail_money,2)}}元</view> | 125 | <view wx:if="{{order.tail_pay_type==1}}">¥ {{filters.toFix(order.user_money+order.pt_tail_money,2)}}元</view> |
| 126 | <view wx:else>¥ {{filters.toFix(order.user_money,2)}}元</view> | 126 | <view wx:else>¥ {{filters.toFix(order.user_money,2)}}元</view> |
| 127 | </view> | 127 | </view> |
| 128 | + <view style="height:10rpx"></view> | ||
| 128 | </view> | 129 | </view> |
| 129 | 130 | ||
| 130 | <view class="btn-wrap"> | 131 | <view class="btn-wrap"> |
| @@ -154,7 +155,7 @@ | @@ -154,7 +155,7 @@ | ||
| 154 | <navigator wx:if="{{order.order_goods.length>1}}" class="tips-btn" | 155 | <navigator wx:if="{{order.order_goods.length>1}}" class="tips-btn" |
| 155 | url="/pages/user/comment/comment?status=0&order_id={{order.order_id}}">评价{{order.order_goods.length}}</navigator> | 156 | url="/pages/user/comment/comment?status=0&order_id={{order.order_id}}">评价{{order.order_goods.length}}</navigator> |
| 156 | <navigator wx:else class="tips-btn" | 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 | </block> | 159 | </block> |
| 159 | </view> | 160 | </view> |
| 160 | </view> | 161 | </view> |
pages/user/order_detail/order_detail.wxss
| @@ -156,6 +156,7 @@ | @@ -156,6 +156,7 @@ | ||
| 156 | height: 100rpx; | 156 | height: 100rpx; |
| 157 | background-color: #fff; | 157 | background-color: #fff; |
| 158 | text-align: right; | 158 | text-align: right; |
| 159 | + position: fixed; width: 100%; bottom: 0; border-top: 1rpx solid #ddd | ||
| 159 | } | 160 | } |
| 160 | 161 | ||
| 161 | .tips-btn { | 162 | .tips-btn { |
pages/user/user_coupon/user_coupon.wxml
| @@ -99,7 +99,9 @@ | @@ -99,7 +99,9 @@ | ||
| 99 | 99 | ||
| 100 | </view> | 100 | </view> |
| 101 | <view class="xc-buttom "wx:if="{{item.is_open==1}}"> | 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 | </view> | 105 | </view> |
| 104 | </view> | 106 | </view> |
| 105 | </view> | 107 | </view> |