fix:根据免押分验收条件跳转页面效果
This commit is contained in:
@@ -109,19 +109,20 @@
|
||||
|
||||
<!-- 底部操作区 -->
|
||||
<view class="footer">
|
||||
|
||||
|
||||
<button class="rent-button" :class="{ 'return-button': hasActiveOrder }"
|
||||
@click="handleRent('wx-score-pay')">
|
||||
<text>{{ hasActiveOrder ? '归还设备' : '免押租借' }}</text>
|
||||
</button>
|
||||
<view class="wechat-credit">
|
||||
<image src="/static/images/wxpayflag.png" mode="aspectFit" class="wx-icon"></image>
|
||||
<view class="credit-text">
|
||||
<text>微信支付分</text>
|
||||
<text class="credit-divider">|</text>
|
||||
<text class="credit-score">支付分200分及以上优享</text>
|
||||
<text class="credit-score">200分及以上优享</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<button class="rent-button" :class="{ 'return-button': hasActiveOrder }"
|
||||
@click="handleRent('wx-score-pay')">
|
||||
<text>{{ hasActiveOrder ? '归还设备' : '免押金租借' }}</text>
|
||||
</button>
|
||||
<view class="" style="align-items: center;align-content: center;text-align: center;line-height: 50rpx;"
|
||||
@click="handleRent('wx-pay')">
|
||||
无法免押点这里></view>
|
||||
@@ -854,7 +855,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20rpx;
|
||||
margin-top: 10rpx;
|
||||
|
||||
.wx-icon {
|
||||
width: 50rpx;
|
||||
|
||||
Reference in New Issue
Block a user