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

调试授权登录

@@ -23,6 +23,11 @@ class Goods extends WechatBase @@ -23,6 +23,11 @@ class Goods extends WechatBase
23 //判断是否授权 23 //判断是否授权
24 $user_id = get_current_user_id(); 24 $user_id = get_current_user_id();
25 if(empty($user_id)){ 25 if(empty($user_id)){
  26 + dump(url());
  27 + echo $this->request->controller();
  28 + echo $this->request->module();
  29 + echo $this->request->action();
  30 + exit();
26 $this->redirect('user/authorization_view'); 31 $this->redirect('user/authorization_view');
27 } 32 }
28 $this->user_id = $user_id; 33 $this->user_id = $user_id;
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 </div> 34 </div>
35 {empty name="$data"} 35 {empty name="$data"}
36 <div class="empty_data"> 36 <div class="empty_data">
37 - 暂无数据// 37 + 暂无数据
38 </div> 38 </div>
39 {/empty} 39 {/empty}
40 {notempty name="$data"} 40 {notempty name="$data"}