mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
修改统计上店铺不加载bug 修改统计图antV加载数据不齐全bug
This commit is contained in:
@@ -338,7 +338,7 @@ export default {
|
||||
container: "orderChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
|
||||
@@ -448,7 +448,7 @@ export default {
|
||||
container: "pvChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
this.initPvChart();
|
||||
@@ -466,7 +466,7 @@ export default {
|
||||
container: "historyMemberChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -189,7 +189,7 @@ export default {
|
||||
container: "orderChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
this.initMemberChart();
|
||||
|
||||
@@ -525,7 +525,7 @@ export default {
|
||||
container: "orderChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ export default {
|
||||
container: "orderChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
this.initChart();
|
||||
|
||||
@@ -527,7 +527,7 @@ export default {
|
||||
container: "orderChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@ export default {
|
||||
container: "orderChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
this.initChart();
|
||||
|
||||
Reference in New Issue
Block a user