@@ -565,7 +565,7 @@ Page({
}
let list = [...new Set(setlist)] // 简单去重一下
list.shift()
- console.log(list);
+ // console.log(list);
this.setData({
columns: list,
week: list[0]
@@ -146,7 +146,7 @@ Page({
},
setChart1: function () {
var records = [], xdata = [], ydata = [];
- records = this.data.analyse.days7_casci_zhuanfa;
+ records = this.data.analyse.days7_rank;
if (records.length <= 0) {
return;