|
@@ -83,7 +83,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import CustomTabBar from '@/components/CustomTabBar/index.vue'
|
|
|
-import { ref, computed } from 'vue'
|
|
|
+import { ref, computed,onMounted } from 'vue'
|
|
|
import { onShow } from '@dcloudio/uni-app';
|
|
|
import NoneView from '@/components/NoneView/index.vue'
|
|
|
import dayjs from 'dayjs/esm/index'
|
|
@@ -251,6 +251,9 @@ const getNav = async () => {
|
|
|
|
|
|
onShow(() => {
|
|
|
init('top');
|
|
|
+ // getNav()
|
|
|
+})
|
|
|
+onMounted(() =>{
|
|
|
getNav()
|
|
|
})
|
|
|
</script>
|