Browse Source

领券中心页面修改

master
chenkainan 11 months ago
parent
commit
617e07e7c8
  1. 6
      subPackages/order/detail.vue
  2. 7
      subPackages/user/getCoupon.vue

6
subPackages/order/detail.vue

@ -150,7 +150,7 @@
<span>x{{item.num}}</span>
</view>
</view>
<view class="evaluate-btn flex-center" v-if="item.status == 'WAIT_COMMENT'" @click="goComment(index)">去评价</view>
<!-- <view class="evaluate-btn flex-center" v-if="item.status == 'WAIT_COMMENT'" @click="goComment(index)">去评价</view> -->
</view>
<!-- 商品价格 -->
@ -384,10 +384,10 @@
关闭订单
</view>
<view class="btn" v-if="(info.status == 'WAIT_COMMENT' && info.order_child[0].goods_genre != 'pgoods') ||
<!-- <view class="btn" v-if="(info.status == 'WAIT_COMMENT' && info.order_child[0].goods_genre != 'pgoods') ||
(info.status == 'WAIT_COMMENT' && info.order_child[0].goods_genre == 'pgoods' && info.order_child[0].contact_id && info.order_child[0].extract_id)" @click="goComment(0)">
立即评价
</view>
</view> -->
<view class="btn"
v-if="['WAIT_REFUND','REFUND_SUCCESS','WAIT_COMMENT','COMPLETE','CLOSED'].includes(info.status)"

7
subPackages/user/getCoupon.vue

@ -83,7 +83,7 @@
.item {
width: 696.67rpx;
height: 200rpx;
background-image: url('https://static.ticket.sz-trip.com/tongli/images/index/couponBg.png');
background-image: url('https://static.ticket.sz-trip.com/tongli/images/index/couponBgs.png');
background-size: 100% 100%;
margin: 27rpx auto 0;
padding: 0 20rpx 0 0rpx;
@ -98,13 +98,12 @@
justify-content: space-between;
font-weight: 500;
font-size: 27rpx;
color: #FFFFFF;
color: #C3282E;
text-align: center;
&>view:first-child {
font-weight: bold;
font-size: 57rpx;
color: #FFFFFF;
}
&>view:first-child::before {
font-size: 32rpx;
@ -130,7 +129,7 @@
.btn {
width: 140rpx;
line-height: 51rpx;
background: linear-gradient(0deg, #FC5109, #FC930A);
background: #C3282E;
border-radius: 25rpx;
text-align: center;
font-weight: 500;

Loading…
Cancel
Save