|
|
@@ -52,7 +52,7 @@ class ConsoleController extends BaseController
|
|
|
$admin = $this->admin;
|
|
|
$subscribe = $admin['subscribe'] ?? 0;
|
|
|
if ($subscribe == 0) {
|
|
|
- $notice = array_merge($notice, [['title' => '您还未开启微信提醒,无法接收新订单通知', 'action' => '开启', 'page' => '/pagesStatistics/pagesPublicity']]);
|
|
|
+ $notice = array_merge($notice, [['title' => '您还未开启提醒,无法接收新订单通知', 'action' => '开启', 'page' => '/pagesStatistics/pagesPublicity']]);
|
|
|
}
|
|
|
|
|
|
if (isset($this->shop) && !empty($this->shop)) {
|