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/edu/edu.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pages/edu/edu.vue b/pages/edu/edu.vue
index 6974cf2..685adbf 100644
--- a/pages/edu/edu.vue
+++ b/pages/edu/edu.vue
@@ -1,22 +1,22 @@
 <template>
 	<view>
 		<view class="">
-			<image class="edu-icon" src="/static/imgs/edu.png" ></image>
+			<image class="edu-icon" src="/static/imgs/edu.png" mode=""></image>
 			<view class="edu-desc">额度授信中</view>
 			<view class="edu-desc">我们正在加急为您审核,请耐心等待</view>
-			<image class="edu-loading" src="/static/imgs/loading.gif" ></image>
+			<image class="edu-loading" src="/static/imgs/loading.gif" mode=""></image>
 			<view class="edu-over" @tap="$util.goSwitch('/pages/index/index')">认证完成</view>
 		</view>
 		<!--uni-popup ref="popup" type="center" :is-mask-click="false">
 			<view class="popup-content">
-				<image class="edu-close" v-if="delFlag" src="/static/imgs/delete.png"  @tap="popClose"></image>
-				<image class="edu-icon-1" src="/static/imgs/edu_1.png" ></image>
+				<image class="edu-close" v-if="delFlag" src="/static/imgs/delete.png" mode="" @tap="popClose"></image>
+				<image class="edu-icon-1" src="/static/imgs/edu_1.png" mode=""></image>
 				<view class="edu-view">
 					<view class="edu-view-desc">未匹配到合适的资金方</view>
-					<image class="edu-icon-2" src="/static/imgs/edu_2.png" ></image>
-					<image class="edu-icon-3" src="/static/imgs/edu_3.png" ></image>
+					<image class="edu-icon-2" src="/static/imgs/edu_2.png" mode=""></image>
+					<image class="edu-icon-3" src="/static/imgs/edu_3.png" mode=""></image>
 					<view class="edu-check">
-						<image src="/static/imgs/checked.png" ></image>
+						<image src="/static/imgs/checked.png" mode=""></image>
 						<view class="">
 							我已阅读并同意
 							<text @tap="agreeDialog1">《会服务协议》</text>
@@ -25,10 +25,10 @@
 						</view>
 						
 					</view>
-					<view style="text-align: center;padding-bottom: 20rpx;color: cornflowerblue;" @tap="$util.goPages('/pages/equity/equity')">查看详情>>></view>
+					<view style="text-align: center;padding-bottom: 20upx;color: cornflowerblue;" @tap="$util.goPages('/pages/equity/equity')">查看详情>>></view>
 				</view>
 				<view class="edu-btn" @tap="buyEquity">
-					<image src="/static/imgs/edu_4.png" ></image>
+					<image src="/static/imgs/edu_4.png" mode=""></image>
 				</view>
 			</view>
 		</uni-popup-->

--
Gitblit v1.9.3