|
|
@@ -43,7 +43,7 @@ class ConsoleController extends BaseController
|
|
|
$num = ceil($remain / 86400);
|
|
|
$title = "您的试用期还有{$num}天,请及时续费";
|
|
|
}
|
|
|
- $notice = array_merge($notice, [['title' => $title, 'action' => '续期', 'page' => '/pagesClient/official/index']]);
|
|
|
+ $notice = array_merge($notice, [['title' => $title, 'action' => '续期', 'page' => '/pagesClient/official/renewal']]);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -100,4 +100,4 @@ class ConsoleController extends BaseController
|
|
|
util::success(['dict' => $dict, 'shop' => $shop]);
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|