shish 4 سال پیش
والد
کامیت
c4d13cb899
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
         $admin = $this->admin;
         $subscribe = $admin['subscribe'] ?? 0;
         $subscribe = $admin['subscribe'] ?? 0;
         if ($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)) {
         if (isset($this->shop) && !empty($this->shop)) {