|
|
@@ -165,8 +165,8 @@ class User extends BaseController
|
|
|
// $save["birthday"] = empty($post["birthday"])? 0 : strtotime($post["birthday"]);
|
|
|
|
|
|
$save["constellation"] = IdentityCard::get_starsign($post["idcard"]);//星座
|
|
|
- $save["twelve"] = IdentityCard::get_zodiac($post["idcard"]);//星座
|
|
|
- $save["birthday"] = strtotime(IdentityCard::get_birthday($post["idcard"]));
|
|
|
+ $save["twelve"] = IdentityCard::get_zodiac($post["idcard"]);//星座
|
|
|
+ $save["birthday"] = strtotime(IdentityCard::get_birthday($post["idcard"]));
|
|
|
|
|
|
//服务类型
|
|
|
if(!empty($post["service_type"])){
|