Commit 52422127 by 冷斌

Merge remote-tracking branch 'origin/master'

parents 9e689d0a b7c6686e
...@@ -153,6 +153,7 @@ class UserAction extends CommonAction ...@@ -153,6 +153,7 @@ class UserAction extends CommonAction
$this->assign('followcount', $followcount); $this->assign('followcount', $followcount);
$this->assign('uid', $uid); $this->assign('uid', $uid);
$this->assign('vip', $vip); $this->assign('vip', $vip);
dump(111);
// 测试用 // 测试用
if ($_GET['aaa']) { if ($_GET['aaa']) {
$this->display('index1'); $this->display('index1');
......
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