作者 王晓刚
1 个管道 的构建 通过 耗费 3 秒

调试授权登录

... ... @@ -23,6 +23,11 @@ class Goods extends WechatBase
//判断是否授权
$user_id = get_current_user_id();
if(empty($user_id)){
dump(url());
echo $this->request->controller();
echo $this->request->module();
echo $this->request->action();
exit();
$this->redirect('user/authorization_view');
}
$this->user_id = $user_id;
... ...
... ... @@ -34,7 +34,7 @@
</div>
{empty name="$data"}
<div class="empty_data">
暂无数据//
暂无数据
</div>
{/empty}
{notempty name="$data"}
... ...