@@ -117,7 +117,8 @@
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#ffe079",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "black",
+ "navigationStyle": "custom"
}
},
{
@@ -105,7 +105,7 @@ const infoScroll = () => {
// 设置商品列表高度
uni.getSystemInfo({
success: (res) => {
- height.value = (res.windowHeight) * (750 / res.windowWidth) - 98;
+ height.value = (res.windowHeight) * (750 / res.windowWidth) - 188;
});
@@ -1019,6 +1019,8 @@ page {
position: relative;
z-index: 1;
height: 100%;
+ padding-bottom: 200rpx;
+ box-sizing: border-box;
.top-box {
padding-top: 168rpx;
@@ -1239,6 +1239,7 @@ const toMerchant = (obj) => {
.shoppingCart {
// .labelNav
.labelNav {
position: sticky;
height: 178rpx;