|
@@ -119,7 +119,7 @@ Page({
|
|
|
player_id: res.data.data.today_record.player_id,
|
|
|
followers:res.data.data.followers,
|
|
|
fans:res.data.data.fans,
|
|
|
- // record_id: res.data.data.today_record.id,
|
|
|
+ record_id: this.data.record_id ? this.data.record_id:res.data.data.today_record.id,
|
|
|
ec: {
|
|
|
onInit: initChart
|
|
|
},
|