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> <span>x{{item.num}}</span>
</view> </view>
</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> </view>
<!-- 商品价格 --> <!-- 商品价格 -->
@ -384,10 +384,10 @@
关闭订单 关闭订单
</view> </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)"> (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" <view class="btn"
v-if="['WAIT_REFUND','REFUND_SUCCESS','WAIT_COMMENT','COMPLETE','CLOSED'].includes(info.status)" v-if="['WAIT_REFUND','REFUND_SUCCESS','WAIT_COMMENT','COMPLETE','CLOSED'].includes(info.status)"

7
subPackages/user/getCoupon.vue

@ -83,7 +83,7 @@
.item { .item {
width: 696.67rpx; width: 696.67rpx;
height: 200rpx; 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%; background-size: 100% 100%;
margin: 27rpx auto 0; margin: 27rpx auto 0;
padding: 0 20rpx 0 0rpx; padding: 0 20rpx 0 0rpx;
@ -98,13 +98,12 @@
justify-content: space-between; justify-content: space-between;
font-weight: 500; font-weight: 500;
font-size: 27rpx; font-size: 27rpx;
color: #FFFFFF; color: #C3282E;
text-align: center; text-align: center;
&>view:first-child { &>view:first-child {
font-weight: bold; font-weight: bold;
font-size: 57rpx; font-size: 57rpx;
color: #FFFFFF;
} }
&>view:first-child::before { &>view:first-child::before {
font-size: 32rpx; font-size: 32rpx;
@ -130,7 +129,7 @@
.btn { .btn {
width: 140rpx; width: 140rpx;
line-height: 51rpx; line-height: 51rpx;
background: linear-gradient(0deg, #FC5109, #FC930A); background: #C3282E;
border-radius: 25rpx; border-radius: 25rpx;
text-align: center; text-align: center;
font-weight: 500; font-weight: 500;

Loading…
Cancel
Save