diff --git a/.DS_Store b/.DS_Store index 71ba820..d38987d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/App.vue b/App.vue index 325350b..859f969 100644 --- a/App.vue +++ b/App.vue @@ -7,12 +7,9 @@ const { $api, navTo, appendScriptTagElement } = inject('globalFunction'); onLaunch((options) => { useDictStore().getDictData(); - // uni.onTabBarMidButtonTap(() => { - // uni.navigateTo({ - // url: '/pages/chat/chat', - // }); - // }); + // uni.hideTabBar(); + // 登录 let token = uni.getStorageSync('token') || ''; // 同步获取 缓存信息 if (token) { useUserStore() @@ -52,6 +49,7 @@ onHide(() => { diff --git a/components/selectFilter/selectFilter.vue b/components/selectFilter/selectFilter.vue index fc6ca92..69db35e 100644 --- a/components/selectFilter/selectFilter.vue +++ b/components/selectFilter/selectFilter.vue @@ -6,6 +6,7 @@ background-color="#FFFFFF" @maskClick="maskClickFn" :mask-click="maskClick" + class="popup-fix" > @@ -183,6 +184,15 @@ defineExpose({ \ No newline at end of file + diff --git a/components/tabbar/midell-box.vue b/components/tabbar/midell-box.vue index 6710190..a74d66d 100644 --- a/components/tabbar/midell-box.vue +++ b/components/tabbar/midell-box.vue @@ -1,7 +1,13 @@ @@ -90,6 +91,7 @@ diff --git a/pages/index/index.vue b/pages/index/index.vue index 8766160..8120422 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -6,21 +6,35 @@ - + - - + + + diff --git a/static/.DS_Store b/static/.DS_Store index b31050d..2fa6e39 100644 Binary files a/static/.DS_Store and b/static/.DS_Store differ diff --git a/static/gif/.DS_Store b/static/gif/.DS_Store new file mode 100644 index 0000000..92eb508 Binary files /dev/null and b/static/gif/.DS_Store differ diff --git a/static/gif/indicateArrow.gif b/static/gif/indicateArrow.gif new file mode 100644 index 0000000..1c2e475 Binary files /dev/null and b/static/gif/indicateArrow.gif differ diff --git a/static/gif/logo.gif b/static/gif/logo.gif new file mode 100644 index 0000000..5e52cec Binary files /dev/null and b/static/gif/logo.gif differ diff --git a/static/imgs/4501750561414_.pic.jpg b/static/imgs/4501750561414_.pic.jpg new file mode 100644 index 0000000..39c4cba Binary files /dev/null and b/static/imgs/4501750561414_.pic.jpg differ diff --git a/stores/useUserStore.js b/stores/useUserStore.js index 8363cf7..646a226 100644 --- a/stores/useUserStore.js +++ b/stores/useUserStore.js @@ -57,7 +57,7 @@ const useUserStore = defineStore("user", () => { hasLogin.value = true; userInfo.value = value; openId.value = value.wxOpenId; - token.value = value.token + token.value = value.token; uni.setStorage({ key: 'token', data: value.token diff --git a/unpackage/dist/build/.DS_Store b/unpackage/dist/build/.DS_Store index 3aa8201..420738c 100644 Binary files a/unpackage/dist/build/.DS_Store and b/unpackage/dist/build/.DS_Store differ