Commit cb40ccc4 by Administrator

'点击设置显示空白'

parent 3b47d88b
......@@ -75,7 +75,6 @@ class UserAction extends CommonAction
public function index()
{
dump(1111111);
$uid = $this->mid;
$limit = 3;
//拼接两个表名
......@@ -146,6 +145,7 @@ 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);
......
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