From b806c4ad52a661a1e5f0695650ec1a7e42f01633 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:48 +0800
Subject: [PATCH] 提交
---
app/pages/mine/mine.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/app/pages/mine/mine.vue b/app/pages/mine/mine.vue
index d93beaa..ce86f16 100644
--- a/app/pages/mine/mine.vue
+++ b/app/pages/mine/mine.vue
@@ -55,7 +55,7 @@
<text v-else-if="userInfo.auditStatus === 3" class="menu-panel__sub menu-panel__sub--primary">宸茶璇�</text>
</template>
<template v-else-if="item.key === 'setting'">
- <text class="menu-panel__sub menu-panel__sub--muted">褰撳墠鐗堟湰V1.0.0</text>
+ <text class="menu-panel__sub menu-panel__sub--muted">褰撳墠鐗堟湰{{ appVersion }}</text>
</template>
<view class="menu-panel__arrow">
<image src="/static/image/mine_ar2@2x.png" mode="widthFix"></image>
@@ -82,6 +82,7 @@
navHeight: 0,
useVerifiedState: true,
serverPhone: '',
+ appVersion: 'V1.0.0',
menuList: [
{ key: 'wallet', title: '鎴戠殑閽卞寘' },
{ key: 'driver', title: '鍙告満璁よ瘉' },
@@ -136,6 +137,9 @@
const systemInfo = uni.getSystemInfoSync()
this.statusBarHeight = systemInfo.statusBarHeight || 0
this.navHeight = this.statusBarHeight + uni.upx2px(88)
+ if (plus.runtime && plus.runtime.version) {
+ this.appVersion = 'V' + plus.runtime.version
+ }
},
onShow() {
this.getStats()
@@ -326,11 +330,8 @@
}
&__footer {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 60rpx;
// padding: 16rpx 0 calc(env(safe-area-inset-bottom) + 20rpx);
+ padding-bottom: 30rpx;
display: flex;
justify-content: center;
}
@@ -413,7 +414,7 @@
.menu-panel {
margin-top: 20rpx;
- margin-bottom: 200rpx;
+ margin-bottom: 30rpx;
border-radius: 22rpx;
background: #ffffff;
overflow: hidden;
--
Gitblit v1.9.3