From 4065a1ffca0287fa48bcd35916450b6859e870dc Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Mon, 16 Mar 2026 08:58:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
pages/orderinfo/orderinfo.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/orderinfo/orderinfo.vue b/pages/orderinfo/orderinfo.vue
index 5f575a8..ec4ba2b 100644
--- a/pages/orderinfo/orderinfo.vue
+++ b/pages/orderinfo/orderinfo.vue
@@ -111,8 +111,8 @@
<view class="pop-main-view" v-for="(item, index) in planData">
<view class="pop-pay" style="width: 100%;">
<view class="" @tap="planClick(item)" style="padding: 10upx 0;">
- <image v-if="planId == item.id" src="/static/imgs/checked.png" ></image>
- <image v-else src="/static/imgs/check.png" ></image>
+ <image v-if="planId == item.id" src="/static/imgs/checked.png" mode=""></image>
+ <image v-else src="/static/imgs/check.png" mode=""></image>
<text>日期:{{item.paydate}}</text>
<text style="margin-left: 30upx;">还款金额:{{item.total}}</text>
<text style="margin-left: 30upx;">({{item.statusName}})</text>
@@ -131,11 +131,11 @@
<view class="pop-main-view">
<view class="pop-pay" style="width: 100%;border-bottom: none;">
<view class="pay-item" style="border-bottom: 1px solid #eeeeee;padding: 20upx 20upx 30upx 20upx;" @tap="payback(2)">
- <image class="pay-icon" src="/static/imgs/wxpay.png" ></image>
+ <image class="pay-icon" src="/static/imgs/wxpay.png" mode=""></image>
<text>微信还款({{payTotal}}元)</text>
</view>
<view class="pay-item" style="padding: 20upx;border-bottom: none;" @tap="payback(3)">
- <image class="pay-icon" src="/static/imgs/bankpay.png" style="height: 40upx; margin-right: 10upx;" ></image>
+ <image class="pay-icon" src="/static/imgs/bankpay.png" style="height: 40upx; margin-right: 10upx;" mode=""></image>
<view>
<text>银行卡还款({{payTotal}}元)</text>
</view>
--
Gitblit v1.9.3