Your Name %!s(int64=3) %!d(string=hai) anos
pai
achega
d863a5b858
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      learn/active/src/Home.php

+ 2 - 2
learn/active/src/Home.php

@@ -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']){