浏览代码

邀请信息调整

zhangxiaobin 1 年之前
父节点
当前提交
74e7557285
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/common.php

+ 2 - 2
application/common.php

@@ -732,8 +732,8 @@ if (!function_exists('week_now')) {
     function week_now()
     {
         $arr = [
-            strtotime(date('Y-m-d', strtotime("-1 week Monday", time()))),
-            strtotime(date('Y-m-d', strtotime("+0 week Sunday", time()))) - 1
+            strtotime(date('Y-m-d', strtotime("+0 week Monday", time()))),
+            strtotime(date('Y-m-d', strtotime("+0 week Sunday", time())))
         ];
 
         return $arr;