|
@@ -369,6 +369,11 @@ class Human extends MobileBaseController
|
|
|
return view();
|
|
|
}
|
|
|
|
|
|
+ public function tuwen()
|
|
|
+ {
|
|
|
+ return view();
|
|
|
+ }
|
|
|
+
|
|
|
public function listSeeme()
|
|
|
{
|
|
|
$human = $this->_listValidate();
|
|
@@ -414,8 +419,8 @@ class Human extends MobileBaseController
|
|
|
{
|
|
|
$action = $this->request->action();
|
|
|
if ($action != 'center') {
|
|
|
- if (time() < 1730736000) {
|
|
|
- jump('11月5日开启,敬请期待','mobile/human/center');
|
|
|
+ if (time() < 1730779200) {
|
|
|
+ jump('11月5日12点开启,敬请期待','mobile/human/center');
|
|
|
}
|
|
|
}
|
|
|
$open_id = session('mobile.human.open_id');
|