From b34744f5bb68ed1ba7d1dd5251298a42e4aaaf9c Mon Sep 17 00:00:00 2001
From: 叶富雄 <yefuxiong@yeah.net>
Date: Sat, 14 Mar 2026 02:09:50 +0800
Subject: [PATCH] ui
---
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