|
|
|
@ -275,7 +275,8 @@ |
|
|
|
<view class="bottom-placeholder"></view> |
|
|
|
<view class="buy-bottom"> |
|
|
|
<view class="bottom-btn" @tap="submitPay"> |
|
|
|
立即支付{{nowMake && isPaotui == false ? '-即刻出餐' : ''}} |
|
|
|
<image class="pay-btn-gif" src="/static/images/img/loading.gif" mode="aspectFit"></image> |
|
|
|
<text>立即支付{{nowMake && isPaotui == false ? '-即刻出餐' : ''}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -1365,6 +1366,9 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.bottom-btn { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
width: 90%; |
|
|
|
height: 92rpx; |
|
|
|
background: linear-gradient(100deg, $brand-start 0%, $brand-end 100%); |
|
|
|
@ -1378,6 +1382,13 @@ |
|
|
|
transition: transform 0.18s ease; |
|
|
|
} |
|
|
|
|
|
|
|
.pay-btn-gif { |
|
|
|
width: 42rpx; |
|
|
|
height: 42rpx; |
|
|
|
margin-right: 8rpx; |
|
|
|
flex-shrink: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.ziqu-text{ |
|
|
|
align-items: center; |
|
|
|
display: flex; |
|
|
|
|