mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 02:15:54 +08:00
修改统计上店铺不加载bug 修改统计图antV加载数据不齐全bug
This commit is contained in:
@@ -71,8 +71,9 @@ export default {
|
||||
methods: {
|
||||
// 页面触底
|
||||
handleReachBottom() {
|
||||
|
||||
setTimeout(() => {
|
||||
if (this.params.pageNumber * this.params.pageSize <= this.total) {
|
||||
if (this.params.pageNumber * this.params.pageSize <= this.shopTotal) {
|
||||
this.params.pageNumber++;
|
||||
this.getShopList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user