Your Name 3 năm trước cách đây
mục cha
commit
d863a5b858
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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']){