From 6afb492942b17ebdb80f8e57af1b0df7ba5ee821 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 09 四月 2026 15:29:50 +0800
Subject: [PATCH] fix: 版本更新修改
---
src/pages/mine.vue | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/pages/mine.vue b/src/pages/mine.vue
index 0961130..9be7b96 100644
--- a/src/pages/mine.vue
+++ b/src/pages/mine.vue
@@ -73,6 +73,12 @@
<view class="card-illu faq"></view>
</view>
</view> -->
+
+ <view class="version-wrap">
+ <text class="version-text">鐗堟湰鍙凤細{{ version }}</text>
+ </view>
+
+ <DownloadProgressMask />
</view>
</template>
@@ -81,6 +87,7 @@
import config from '@/config.js'
import { getUserProfile } from "@/api/system/user";
import useUserStore from '@/store/modules/user'
+import DownloadProgressMask from "@/components/DownloadProgressMask.vue";
const userStore = useUserStore()
const name = userStore.name;
const roleName = userStore.roleName;
@@ -169,6 +176,19 @@
/* #endif */
}
+/* 鐗堟湰鍙� */
+.version-wrap {
+ width: 100%;
+ text-align: center;
+ margin-top: 18px;
+ padding-bottom: 14px;
+}
+
+.version-text {
+ font-size: 12px;
+ color: #999;
+}
+
/* 椤堕儴涓汉淇℃伅鍗� */
.profile-card {
display: flex;
--
Gitblit v1.9.3