diff --git a/App.vue b/App.vue
index 35702cc..4e2e6dc 100644
--- a/App.vue
+++ b/App.vue
@@ -6,6 +6,7 @@ export default {
recentNativeData: 0 // 初始化一个全局变量
},
onLaunch: function (options) {
+ uni.setStorageSync('onNativeEventReceive', "no")
const startTime = Date.now()
console.log('App Launch', options)
diff --git a/common/main.css b/common/main.css
index ca4ce53..d2f9a80 100644
--- a/common/main.css
+++ b/common/main.css
@@ -272,6 +272,11 @@
justify-content: space-between;
}
+.flex-justify-between {
+ display: flex;
+ justify-content: space-between;
+}
+
.flex-align-center {
display: flex;
align-items: center;
diff --git a/components/custom-tab/custom-tab.vue b/components/custom-tab/custom-tab.vue
index 6f03a00..41bf6fe 100644
--- a/components/custom-tab/custom-tab.vue
+++ b/components/custom-tab/custom-tab.vue
@@ -4,8 +4,9 @@
-
-
+
+
{{ item.label }}
@@ -17,8 +18,9 @@
-
-
+
+
@@ -492,7 +494,7 @@ export default {
\ No newline at end of file
diff --git a/pages/finance-management/index.vue b/pages/finance-management/index.vue
index b19d0cd..32ce99f 100644
--- a/pages/finance-management/index.vue
+++ b/pages/finance-management/index.vue
@@ -1,6 +1,15 @@
-
-
+
+
+
+
+
+
+
+
+
@@ -36,10 +45,13 @@
- {{ financeInfo.totalMoney }}
+ {{ numberUtil.formatMoneyWithThousand(totalMoney) }}
- {{ financeInfo.yesterdayIncome }}
+ {{ yesterdayIncome > 0 ? "+" +
+ numberUtil.formatMoneyWithThousand(yesterdayIncome) :
+ numberUtil.formatMoneyWithThousand(yesterdayIncome)
+ }}
@@ -48,54 +60,129 @@
家庭保障
- {{ financeInfo.familyProtection }}
+ {{ familyProtection }}
份
+
+
+ {{ item.title }}
+
+
+
+
+ {{ subItem.label }}
+
+ {{ formatTextWithNumber(financeInfo[item.key][subItem.key].labelSub) }}
+
+
+ {{
+ numberUtil.formatMoneyWithThousand(financeInfo[item.key][subItem.key].labelSub)
+ }}
+
-
-
-
+ {{
+ financeInfo[item.key][subItem.key].value > 0 ? "+" +
+ numberUtil.formatMoneyWithThousand(financeInfo[item.key][subItem.key].value) :
+ numberUtil.formatMoneyWithThousand(financeInfo[item.key][subItem.key].value)
+ }}
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- {{ financeInfo.cardHolderName }}
+
+
+ 更多资产服务
+
+ 去看看
-
-
- {{ financeInfo.benefitsText }}
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ financeInfo.cardHolderName }}
+
+
+
+
+ {{ financeInfo.benefitsText }}
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+ 长按替换真实截图
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
@@ -127,13 +441,12 @@ let { financeInfo } = toRefs(data)
diff --git a/pages/index/index.nvue b/pages/index/index.nvue
index 3434136..ef4cdca 100644
--- a/pages/index/index.nvue
+++ b/pages/index/index.nvue
@@ -95,8 +95,6 @@
版本:{{ vision }}
-
-