if(time()<$shop_info['sh_start_time']){
$_SESSION['b_account'] = $boss_info['b_account'];
$_SESSION['b_id'] = $boss_info['b_id'];
$_SESSION['sh_id'] = $boss_info['sh_id'];
$_SESSION['b_type'] = $boss_info['b_type'];
redirect(U('Index/index'));
}else{
$this->redirect('/Root/Public/show',array('a'=>'您的账号已经到期'));
//redirect(U('Index/index'));跳转到到期页面
}<div class="waiting">
<h3 class="waiting-title"></h3>
<div class="waiting-content">
<h4 class="waiting-content-title">{$_GET['a']}<span class="mark">敬请期待...</span></h4>
<!--<div class="waiting-desc">
<p class="waiting-desc-item">敬请关注开放云平台,了解完全开放时间</p>
</div>-->
<a target="_blank" href="" class="waiting-link"></a>
</div>
</div>==========报错信息为=========:(
非法操作:您的账号已经到期
错误位置
FILE: C:\wamp\www\caoyuan\App\ThinkPHP\Common\functions.php LINE: 112
最佳答案