From 41d2fe31c18c0a82e0239035c2e50f10fa46c715 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Tue, 17 Mar 2026 15:01:12 +0800
Subject: [PATCH] UI 绑卡,权收

---
 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