|
|
@@ -161,9 +161,9 @@ class ConsoleController extends BaseController
|
|
|
// 25天 = 2160000秒
|
|
|
if ($remainingSeconds <= 2160000) {
|
|
|
if ($remainingSeconds <= 0) {
|
|
|
- $notice[] = ['title' => '系统已到期', 'action' => '查看', 'page' => '/admin/shop/renew'];
|
|
|
+ $notice[] = ['title' => '系统已到期', 'action' => '续费', 'page' => '/admin/shop/renew'];
|
|
|
} else {
|
|
|
- $notice[] = ['title' => "系统{$remainingDays}天后到期,请及时续费", 'action' => '查看', 'page' => '/admin/shop/renew'];
|
|
|
+ $notice[] = ['title' => "系统{$remainingDays}天后到期,请及时续费", 'action' => '续费', 'page' => '/admin/shop/renew'];
|
|
|
}
|
|
|
}
|
|
|
}
|