shish пре 3 година
родитељ
комит
3a560349f2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app-ghs/controllers/ConsoleController.php

+ 1 - 1
app-ghs/controllers/ConsoleController.php

@@ -124,7 +124,7 @@ class ConsoleController extends BaseController
     public function actionProfile()
     {
         $notice = [];
-        $notice = [['title' => '请按提示更新应用;苹果到应用市场更新', 'action' => '务必更新', 'page' => '']];
+        $notice = [['title' => '请按提示更新应用;苹果到应用市场更新', 'action' => '', 'page' => '']];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];