Browse Source

你还没有绑定公众号

shish 6 years ago
parent
commit
5c1fb022d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/business/controllers/ConsoleController.php

+ 2 - 2
app/business/controllers/ConsoleController.php

@@ -13,13 +13,13 @@ use common\components\util;
 
 class ConsoleController extends BaseController
 {
-	
+
 	//概况 shish 2019.12.19
 	public function actionProfile()
 	{
 		$asset = MerchantAssetService::getByMerchantId($this->merchantId);
 		$notice = [
-			['title' => '您还没有绑定公众号', 'action' => '立即绑定', 'url' => 'http://www.test.com'],
+			//['title' => '您还没有绑定公众号', 'action' => '立即绑定', 'url' => 'http://www.test.com'],
 		];
 		//今天访客数
 		$todayVisit = StatVisitService::getTodayVisitNum($this->merchantId);