dever 6 年之前
父節點
當前提交
eb925659a7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/src/Content.php

+ 1 - 0
main/src/Content.php

@@ -49,6 +49,7 @@ class Content extends Core
                 echo date('Y-m-d H:i:s', $time);
                 echo "\r\n";
                 echo date('Y-m-d H:i:s', $v['cdate']);
+                echo "\r\n";
                 if ($v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
                     $num = $id[$v['buy_id']] - 1;
                     $score = $num * $info['score'];