dever 3 years ago
parent
commit
594006422c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/mshop/src/My.php

+ 2 - 0
app/mshop/src/My.php

@@ -428,6 +428,8 @@ class My extends Core
         } else {
             list($this->data['info']['start'], $this->data['info']['end']) = Dever::week();
         }
+        $this->data['info']['start'] = date('Y-m-d', $this->data['info']['start']);
+        $this->data['info']['end'] = date('Y-m-d', $this->data['info']['end']);
         
         $this->data['info']['status_name'] = $status[$this->data['info']['shop_status']];