|
|
@@ -126,8 +126,8 @@ class ConsoleController extends BaseController
|
|
|
//今日概况 ssh 20220723
|
|
|
public function actionProfile()
|
|
|
{
|
|
|
- $notice = [['title' => '新上线整单满减功能', 'action' => '查看视频', 'page' => '/admin/book/detail?id=orderReach']];
|
|
|
- //$notice = [];
|
|
|
+ //$notice = [['title' => '新上线整单满减功能', 'action' => '查看视频', 'page' => '/admin/book/detail?id=orderReach']];
|
|
|
+ $notice = [];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|
|
|
$incomeList = $respond['income'] ?? [];
|