shish 4 anni fa
parent
commit
5be6490512
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)) {