fix:根据免押分验收条件跳转页面效果

This commit is contained in:
2025-07-16 16:57:36 +08:00
parent bc45124a42
commit 5725dda5df
12 changed files with 41 additions and 40 deletions
+8 -7
View File
@@ -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;