shish 6 месяцев назад
Родитель
Сommit
ac7b480a95
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app-ghs/controllers/ConsoleController.php

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

@@ -161,9 +161,9 @@ class ConsoleController extends BaseController
             // 25天 = 2160000秒
             if ($remainingSeconds <= 2160000) {
                 if ($remainingSeconds <= 0) {
-                    $notice[] = ['title' => '系统已到期', 'action' => '查看', 'page' => '/admin/shop/renew'];
+                    $notice[] = ['title' => '系统已到期', 'action' => '续费', 'page' => '/admin/shop/renew'];
                 } else {
-                    $notice[] = ['title' => "系统{$remainingDays}天后到期,请及时续费", 'action' => '查看', 'page' => '/admin/shop/renew'];
+                    $notice[] = ['title' => "系统{$remainingDays}天后到期,请及时续费", 'action' => '续费', 'page' => '/admin/shop/renew'];
                 }
             }
         }