Commit 5b7a7518 by 冷斌

fix bug

parent 13396e51
...@@ -383,7 +383,13 @@ class Api_User extends PhalApi_Api { ...@@ -383,7 +383,13 @@ class Api_User extends PhalApi_Api {
// $list2[]=array('id'=>'21','name'=>'开通vip','thumb'=>"http:///qn.quxiutv.com/vip.png" ,'href'=>get_upload_path("/index.php?g=Appapi&m=Mall&a=vip")); // $list2[]=array('id'=>'21','name'=>'开通vip','thumb'=>"http:///qn.quxiutv.com/vip.png" ,'href'=>get_upload_path("/index.php?g=Appapi&m=Mall&a=vip"));
if($family_switch){ if($family_switch){
$list3[]=array('id'=>'7','name'=>'我的家族','thumb'=>"http://qn.quxiutv.com/family.png" ,'href'=>get_upload_path("/index.php?g=Appapi&m=Family&a=home")); $familyUrl = get_upload_path("/index.php?g=Appapi&m=Family&a=home");
if ($info['family_type'] == 0) {
$familyUrl = get_upload_path("/index.php?g=Appapi&m=Family&a=apply");
///index.php?g=Appapi&m=family&a=apply&uid={$uid}&token={$token}
}
$list3[]=array('id'=>'7','name'=>'创建家族','thumb'=>"http://qn.quxiutv.com/family.png" ,'href'=> $familyUrl);
} }
$list3[]=array('id'=>'11','name'=>'我的认证','thumb'=>"http://qn.quxiutv.com/auth.png" ,'href'=>get_upload_path("/index.php?g=Appapi&m=Auth&a=index")); $list3[]=array('id'=>'11','name'=>'我的认证','thumb'=>"http://qn.quxiutv.com/auth.png" ,'href'=>get_upload_path("/index.php?g=Appapi&m=Auth&a=index"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment