|
@@ -272,7 +272,6 @@ export default {
|
|
|
this.ageProportion = ageProportion.map((item, i) => {
|
|
|
return { name: item, data: res.data[i] }
|
|
|
})
|
|
|
- console.log(this.ageProportion)
|
|
|
}
|
|
|
})
|
|
|
// 男女比例分布
|
|
@@ -293,7 +292,6 @@ export default {
|
|
|
this.$http.post('dataAnalyse/intradayData', data).then(res => {
|
|
|
if (res.code === 200 && res.msg === 'OK') {
|
|
|
this.intradayData = res.data
|
|
|
- console.log()
|
|
|
}
|
|
|
})
|
|
|
// 店铺订单量排行榜
|