Commit a7a8c5ab by Administrator

'点击设置显示空白'

parent 40de08b2
......@@ -145,7 +145,6 @@ class UserAction extends CommonAction
if (!empty($userVip)) {
$vip = M('user_vip')->where(['id' => $userVip])->getField('title');
}
dump($uid);
$this->assign("coupon_count", $coupon['count']);
$this->assign("invite_url", $invite_url);
$this->assign('video_data', $video_data);
......@@ -156,8 +155,10 @@ class UserAction extends CommonAction
$this->assign('vip', $vip);
// 测试用
if ($_GET['aaa']) {
echo 111;
$this->display('index1');
} else {
echo 222;
$this->display();
}
......
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