修改统计上店铺不加载bug 修改统计图antV加载数据不齐全bug
parent
06a6b77d2e
commit
783c6df0a4
|
@ -338,7 +338,7 @@ export default {
|
||||||
container: "orderChart",
|
container: "orderChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -448,7 +448,7 @@ export default {
|
||||||
container: "pvChart",
|
container: "pvChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.initPvChart();
|
this.initPvChart();
|
||||||
|
@ -466,7 +466,7 @@ export default {
|
||||||
container: "historyMemberChart",
|
container: "historyMemberChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -71,8 +71,9 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
// 页面触底
|
// 页面触底
|
||||||
handleReachBottom() {
|
handleReachBottom() {
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (this.params.pageNumber * this.params.pageSize <= this.total) {
|
if (this.params.pageNumber * this.params.pageSize <= this.shopTotal) {
|
||||||
this.params.pageNumber++;
|
this.params.pageNumber++;
|
||||||
this.getShopList();
|
this.getShopList();
|
||||||
}
|
}
|
||||||
|
|
|
@ -189,7 +189,7 @@ export default {
|
||||||
container: "orderChart",
|
container: "orderChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.initMemberChart();
|
this.initMemberChart();
|
||||||
|
|
|
@ -525,7 +525,7 @@ export default {
|
||||||
container: "orderChart",
|
container: "orderChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@ export default {
|
||||||
container: "orderChart",
|
container: "orderChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.initChart();
|
this.initChart();
|
||||||
|
|
|
@ -527,7 +527,7 @@ export default {
|
||||||
container: "orderChart",
|
container: "orderChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -203,7 +203,7 @@ export default {
|
||||||
container: "orderChart",
|
container: "orderChart",
|
||||||
autoFit: true,
|
autoFit: true,
|
||||||
height: 500,
|
height: 500,
|
||||||
padding: [70, 35, 70, 35],
|
padding: [70, 70, 70, 70],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.initChart();
|
this.initChart();
|
||||||
|
|
Loading…
Reference in New Issue