Browse Source

[积分券详情][修改][积分不足样式]

tags/湖南版5.1.4
hurui199683hurui 6 years ago
committed by meo
parent
commit
9e5f59ceaa
2 changed files with 16 additions and 12 deletions
  1. +2
    -10
      pages/integralmall/payIntegcoupondetail/index.wxml
  2. +14
    -2
      pages/integralmall/payIntegcoupondetail/index.wxss

+ 2
- 10
pages/integralmall/payIntegcoupondetail/index.wxml View File

@@ -37,15 +37,7 @@
</view>
</view>
<view class='edit'>
<button class='user-motto' wx:if="{{remainingPoints>=0}}" bindtap='gotoPay'>{{'确认'+data.creditPrice+'积分支付'}}</button>
<button class='user-motto' wx:if="{{remainingPoints<0}}" bindtap='cannotPay'>积分不足</button>
</view>
<view class='al-bg' wx:if='{{showErr}}'></view>
<view class='al-content' wx:if='{{showErr}}'>
<view class='al-top'>
<image src='{{orderGroupFail}}' mode="widthFix"></image>
</view>
<view class='al-center'>您的拼团未成功,退款将在24小时内返回到您的支付账号</view>
<view class='al-bottom' bindtap='gotoIndex'>返回首页</view>
<button class='user-motto user-enough' wx:if="{{remainingPoints>=0}}" bindtap='gotoPay'>{{'确认'+data.creditPrice+'积分支付'}}</button>
<button class='user-motto' style='color:rgba(0, 0, 0, 0.3);background:#F7F7F7!important;' wx:if="{{remainingPoints<0}}" bindtap='cannotPay'>积分不足</button>
</view>
</view>

+ 14
- 2
pages/integralmall/payIntegcoupondetail/index.wxss View File

@@ -318,7 +318,6 @@ page {
width:650rpx;
height:85rpx;
background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
box-shadow:0px 8rpx 8rpx 1rpx rgba(242,61,65,0.32);
border-radius:43rpx;
font-size:36rpx;
font-family:PingFang-SC-Medium;
@@ -327,7 +326,20 @@ page {
line-height: 85rpx;
margin-top: 100rpx;
}
.user-enough{
border: 0;
width:650rpx;
height:85rpx;
background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
border-radius:43rpx;
font-size:36rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(254,254,254,1);
line-height: 85rpx;
margin-top: 100rpx;
box-shadow:0px 8rpx 8rpx 1rpx rgba(242,61,65,0.32);
}
.user-motto::after {
border: none;
}


Loading…
Cancel
Save