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

修改问题文档

@@ -67,8 +67,12 @@ class Shop extends Frontend @@ -67,8 +67,12 @@ class Shop extends Frontend
67 } 67 }
68 //当前用户若不是会员加密部分信息 68 //当前用户若不是会员加密部分信息
69 if($encrypt == '2'){ 69 if($encrypt == '2'){
70 - $data['phone'] = "***********";  
71 - $data['address'] = "***********"; 70 + $text = '';
  71 + if(empty($user_id)){
  72 + $text = "(请您先登录)";
  73 + }
  74 + $data['phone'] = "***********$text";
  75 + $data['address'] = "***********$text";
72 } 76 }
73 $this->assign('data',$data); 77 $this->assign('data',$data);
74 // dump(collection($data)->toArray()); 78 // dump(collection($data)->toArray());