|
|
|
@ -28,12 +28,6 @@ |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="temp-order-confirm-btn fade-up" hover-class="tap-soft" hover-stay-time="80" |
|
|
|
style="animation-delay: 30ms;" @tap="navigatorTo('orderConfirmTest')"> |
|
|
|
<text>临时测试:支付成功中间页</text> |
|
|
|
<text class="temp-order-confirm-arrow">›</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="saving-hero fade-up" hover-class="tap-soft" hover-stay-time="80" |
|
|
|
style="animation-delay: 50ms;" @tap="navigatorTo('qianbao')"> |
|
|
|
<image class="saving-bg" :src="getMyCenterImage('savingHero')" mode="aspectFit"></image> |
|
|
|
@ -929,8 +923,6 @@ |
|
|
|
return |
|
|
|
} else if (e == 'dingdan') { |
|
|
|
url = '/package1/order/orderList' |
|
|
|
} else if (e == 'orderConfirmTest') { |
|
|
|
url = '/package1/order/orderConfirm?id=1&groupId=&amount=12.34' |
|
|
|
} else if (e == 'groupPending') { |
|
|
|
url = '/package2/group/groupPendingList' |
|
|
|
} else if (e == 'addType') { |
|
|
|
@ -1239,27 +1231,6 @@ |
|
|
|
height: 42rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.temp-order-confirm-btn { |
|
|
|
height: 78rpx; |
|
|
|
margin-top: 24rpx; |
|
|
|
padding: 0 26rpx; |
|
|
|
border-radius: 28rpx; |
|
|
|
background: linear-gradient(90deg, rgba(255, 243, 207, .95), rgba(218, 255, 240, .95)); |
|
|
|
box-shadow: 0 14rpx 34rpx rgba(38, 118, 92, .1); |
|
|
|
color: #1a4f42; |
|
|
|
font-size: 26rpx; |
|
|
|
font-weight: 900; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
|
|
|
|
.temp-order-confirm-arrow { |
|
|
|
font-size: 36rpx; |
|
|
|
line-height: 1; |
|
|
|
color: #14866c; |
|
|
|
} |
|
|
|
|
|
|
|
.saving-hero, |
|
|
|
.section-card, |
|
|
|
.quick-card, |
|
|
|
|