diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index aef3d18..feae039 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -77,11 +77,11 @@ .tabbar-box { height: 120rpx; padding-bottom: env(safe-area-inset-bottom); - + background-color: #fff; .tabbar { position: fixed; width: 750rpx; - background-color: #fff; + background-color: red; display: flex; justify-content: center; align-items: center; diff --git a/manifest.json b/manifest.json index 6c3b6b1..3d12310 100644 --- a/manifest.json +++ b/manifest.json @@ -52,7 +52,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxe7ae8cbe1673834c", + "appid" : "wx94a640f07969d6c9", "setting" : { "urlCheck" : false }, diff --git a/pages.json b/pages.json index db5c8ae..5a1f6f1 100644 --- a/pages.json +++ b/pages.json @@ -133,6 +133,9 @@ { "path": "mine/updateUser" }, + { + "path": "mine/team" + }, { "path": "order/instantGift" }, diff --git a/pages/index/cart.vue b/pages/index/cart.vue index a6d01c3..c65aefc 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -1,7 +1,7 @@