dever 3 年之前
父节点
当前提交
0ac293df66
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/src/My.php

@@ -731,7 +731,7 @@ class My extends Core
 
         if ($this->data['list']) {
             foreach ($this->data['list'] as $k => $v) {
-                $this->data['list'][$k]['month_string'] = date('Y年月', $v['month']);
+                $this->data['list'][$k]['month_string'] = date('Y年m月', $v['month']);
             }
         }