@@ -40,9 +40,11 @@
};
},
onShow() {
+ this.queryParams.limit=10
this.getMsgList()
onPullDownRefresh() {
+ this.queryParams.limit += 10
methods: {
@@ -84,18 +86,13 @@
}
.empty {
- height: 80vh;
- position: relative;
-
- .empty-icon {
- width: 400rpx;
- height: 400rpx;
- position: absolute;
- top: 30%;
- left: 50%;
- margin-top: -200rpx;
- margin-left: -200rpx
- }
+ width: 400rpx;
+ height: 400rpx;
+ position: absolute;
+ top: 30%;
+ left: 50%;
+ margin-top: -200rpx;
+ margin-left: -200rpx
.cell {
@@ -33,9 +33,11 @@
this.getAllReport()
@@ -74,17 +76,12 @@
+ top: 50%;
+ margin-left: -200rpx;
</style>