|
|
@@ -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)) {
|