diff --git a/api/controllers/wxapp/licheb/Score.php b/api/controllers/wxapp/licheb/Score.php index b09f0643..e780fc17 100644 --- a/api/controllers/wxapp/licheb/Score.php +++ b/api/controllers/wxapp/licheb/Score.php @@ -54,7 +54,7 @@ class Score extends Wxapp $where['type'] = $type ? Receiver_score_day_model::TYPE_BIZ : Receiver_score_day_model::TYPE_USER; $row = $this->receiver_score_day_model->get($where); $up_time = date('Y-m-d', $up_month); - $title_hd = '较上日'; + $title_hd = '较昨日'; } $score = ceil($row['score']) ?: 0; $abs_score = ceil($row['change_score']) ?: 0;