diff --git a/App.vue b/App.vue index ae82c24..3d43963 100644 --- a/App.vue +++ b/App.vue @@ -3,9 +3,8 @@ import { onLaunch, onShow, onError } from '@dcloudio/uni-app' import { peachInit } from './peach' onLaunch(() => { - // uni.hideTabBar() - - peachInit() + // 隐藏原生导航栏 使用自定义底部导航 + // peachInit() }) onError((err) => { diff --git a/manifest.json b/manifest.json index 8078adf..8dfa423 100644 --- a/manifest.json +++ b/manifest.json @@ -50,9 +50,12 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wx64387dc8bba916ec", + "lazyCodeLoading" : "requiredComponents", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "postcss" : true, + "minified" : true }, "usingComponents" : true }, diff --git a/pages/index/index.vue b/pages/index/index.vue index e420ca9..1299da0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,12 +1,29 @@ diff --git a/peach/components/p-layout/p-layout.vue b/peach/components/p-layout/p-layout.vue index dbe0649..db4f80c 100644 --- a/peach/components/p-layout/p-layout.vue +++ b/peach/components/p-layout/p-layout.vue @@ -39,6 +39,15 @@