mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-12 18:02:47 +00:00
up
This commit is contained in:
parent
719e0fb513
commit
e978947715
@ -80,12 +80,6 @@
|
|||||||
|
|
||||||
const configStore = useConfigStore()
|
const configStore = useConfigStore()
|
||||||
|
|
||||||
try {
|
|
||||||
uni.hideTabBar() // 隐藏tabbar
|
|
||||||
} catch (e) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
let loginConfig = uni.getStorageSync('login_config')
|
let loginConfig = uni.getStorageSync('login_config')
|
||||||
if (!loginConfig) {
|
if (!loginConfig) {
|
||||||
loginConfig = deepClone(configStore.login)
|
loginConfig = deepClone(configStore.login)
|
||||||
@ -196,7 +190,7 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
onHide(() => {
|
onHide(() => {
|
||||||
|
|||||||
@ -304,6 +304,25 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "%pages.weapp.order_shipping%"
|
"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": [
|
"subPackages": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user