Ver Fonte

批发店花材做特价马上通知您

shish há 4 anos atrás
pai
commit
e6cb41ce4f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app-hd/controllers/ConsoleController.php

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

@@ -54,7 +54,7 @@ class ConsoleController extends BaseController
         $admin = $this->admin;
         $subscribe = $admin['subscribe'] ?? 0;
         if ($subscribe == 0) {
-            $notice = array_merge($notice, [['title' => '未开启提醒,批发店花材做特价无法通知您', 'action' => '开启', 'page' => '/pagesClient/official/warn']]);
+            $notice = array_merge($notice, [['title' => '开启提醒,批发店花材做特价马上通知您', 'action' => '开启', 'page' => '/pagesClient/official/warn']]);
         }
 
         if (isset($this->shop) && !empty($this->shop)) {