window.location.href='./login.php';");
if(empty($userrow['account']) || empty($userrow['username'])){
exit("");
}
$title='用户中心';
include './head.php';
?>
query("SELECT * FROM pre_settle WHERE uid={$uid} AND status=1 ORDER BY id DESC LIMIT 9");
$max_settle=0;
$chart='';
$i=0;
while($row = $rs->fetch())
{
if($row['money']>$max_settle)$max_settle=$row['money'];
$chart.='['.$i++.','.$row['money'].'],';
}
$chart=substr($chart,0,-1);
$list = $DB->getAll("SELECT * FROM pre_anounce ORDER BY sort ASC");
$rates = \lib\Channel::getTypes($userrow['gid']);
?>
用户中心
欢迎使用
重要 请完成实名认证,否则您的商户无法正常收款!
立即实名认证 ';
}
if($conf['verifytype']==1 && empty($userrow['phone'])){
echo '
';
}elseif($conf['verifytype']==0 && empty($userrow['email'])){
echo '
';
}
if(empty($userrow['pwd'])){
echo '
提示 您还没有设置登录密码,请
点此设置,设置登录密码之后你就可以使用手机号/邮箱+密码登录
';
}
?>