{wc:templates "index","header"}
|
{wc:php:start}
if ( !$this->userinfo ){
echo '您还没有登陆,无法参与抽奖哦';
}else if ($this->userinfo['score'] > 1000) {
echo '您拥有的福分足够抽奖啦!';
}else{
echo '抱歉,您还没有抽奖机会快去赚福分吧!';
}
{wc:php:end}
|