Commit 1761479f by 冷斌

个人中心 - vip

parent 39b7bb79
......@@ -144,6 +144,8 @@ class UserAction extends CommonAction
if (!empty($userVip['vip_type'])) {
$vip = M('user_vip')->where(['id'=>$userVip])->getField('title');
}
var_dump($vip, $userVip, $uid);
die;
$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