mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-12 09:57:20 +00:00
up
This commit is contained in:
parent
719e0fb513
commit
e978947715
@ -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(() => {
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user