...
|
...
|
@@ -68,7 +68,6 @@ class PersonalcenterController extends WeChatBaseController{ |
|
|
return $this -> fetch();
|
|
|
}
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
@@ -99,6 +98,14 @@ class PersonalcenterController extends WeChatBaseController{ |
|
|
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 填写个人信息页
|
|
|
*/
|
|
|
public function add_information(){
|
|
|
|
|
|
return $this -> fetch();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|