From ae1e467411a786c37fb20b9bce2a7a4da64aa412 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期一, 10 十一月 2025 21:35:55 +0800
Subject: [PATCH] feat:在app中增加成交价的自动计算
---
app/pages/mine/setting/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/app/pages/mine/setting/index.vue b/app/pages/mine/setting/index.vue
index 0f9f058..044103c 100644
--- a/app/pages/mine/setting/index.vue
+++ b/app/pages/mine/setting/index.vue
@@ -31,10 +31,12 @@
</template>
<script>
+ import { getSystemInfo } from '@/utils/common'
+
export default {
data() {
return {
- windowHeight: uni.getSystemInfoSync().windowHeight
+ windowHeight: getSystemInfo().windowHeight
}
},
methods: {
--
Gitblit v1.9.1