|
|
@@ -38,8 +38,8 @@ class Activity extends Controller
|
|
|
$this->_query($this->table)->layTable(function () {
|
|
|
$this->title = '活动管理';
|
|
|
$this->activity = [
|
|
|
- "beginAt" => '2022-07-01',
|
|
|
- "endAt" => '2022-08-31'
|
|
|
+ "beginAt" => '2022-07-25',
|
|
|
+ "endAt" => '2022-07-31'
|
|
|
];
|
|
|
|
|
|
$this->gifts = [
|