Jelajahi Sumber

未开启提醒,供应商有特价花材无法通知您

shish 4 tahun lalu
induk
melakukan
eb7b0ab6d7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)) {