@@ -125,8 +125,8 @@ export default {
// },
{
"pagePath": "/pages/chat",
- "iconPath": "/static/images/tabbar/class.png",
- "selectedIconPath": "/static/images/tabbar/class_.png",
+ "iconPath": "/static/images/tabbar/chat.png",
+ "selectedIconPath": "/static/images/tabbar/chat.png",
"text": "消息",
key: 'chat'
},
@@ -227,7 +227,8 @@ onShow(() => {
.list {
position: fixed;
top: 50px;
- bottom: 150rpx;
+ // bottom: 150rpx;
+ bottom: 0;
left: 0px;
right: 0px;
background: rgba(245, 245, 245, 1);
@@ -239,7 +239,9 @@ export default {
top: 0px;
+ // padding-bottom: 150px;
}
@@ -417,10 +417,13 @@ const init = async () => {
left: 0;
top: 0;
right: 0;
overflow-y: auto;
+ padding-bottom: 150px;
+
.mine-header {
padding: 36rpx 44rpx;
background: #fff;