This commit is contained in:
全栈小学生 2024-12-21 18:42:42 +08:00
parent 719e0fb513
commit e978947715
2 changed files with 20 additions and 7 deletions

View File

@ -80,12 +80,6 @@
const configStore = useConfigStore()
try {
uni.hideTabBar() // tabbar
} catch (e) {
}
let loginConfig = uni.getStorageSync('login_config')
if (!loginConfig) {
loginConfig = deepClone(configStore.login)
@ -196,7 +190,7 @@
})
onShow(() => {
})
onHide(() => {

View File

@ -304,6 +304,25 @@
"style": {
"navigationBarTitleText": "%pages.weapp.order_shipping%"
}
},
{
"path": "app/pages/friendspay/share",
"style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.friendspay.share%"
},
"needLogin": true
},
{
"path": "app/pages/friendspay/money",
"style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.friendspay.money%"
}
}
],
"subPackages": [