|
@@ -80,7 +80,7 @@ Class Home extends Core
|
|
|
}
|
|
|
|
|
|
# 活动报名页
|
|
|
- public function upSign()
|
|
|
+ public function upSign_commit()
|
|
|
{
|
|
|
$data['name'] = Dever::input('name');
|
|
|
$data['mobile'] = Dever::input('mobile');
|
|
@@ -153,7 +153,7 @@ Class Home extends Core
|
|
|
return $result;
|
|
|
}
|
|
|
|
|
|
- public function recive()
|
|
|
+ public function recive_commit()
|
|
|
{
|
|
|
$w['name'] = Dever::input('name');
|
|
|
if (!$w['name']){
|