|
|
@@ -156,6 +156,7 @@ class ConsoleController extends BaseController
|
|
|
$visitCustom = StatVisitClass::getVisitNum($this->mainId);
|
|
|
|
|
|
$cgNum = PurchaseClass::getCount(['mainId' => $this->mainId, 'status' => ['in', [2, 3]]]);
|
|
|
+ $cgNum = 10;
|
|
|
|
|
|
$menu = [
|
|
|
["name" => "商城", "img" => "ghs/home/shop3.png", "url" => "/admin/home/mall"],
|