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 @@ @@ -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 }} - -