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

合并分支 'wxg' 到 'master'

/



查看合并请求 !86
@@ -53,8 +53,8 @@ class Shop extends Frontend @@ -53,8 +53,8 @@ class Shop extends Frontend
53 $data['is_collect'] = $is_collect; 53 $data['is_collect'] = $is_collect;
54 //当前用户若不是会员加密部分信息 54 //当前用户若不是会员加密部分信息
55 if($encrypt == '2'){ 55 if($encrypt == '2'){
56 - $data['store_phone'] = "***********";  
57 - $data['store_address'] = "***********"; 56 + $data['phone'] = "***********";
  57 + $data['address'] = "***********";
58 } 58 }
59 $this->assign('data',$data); 59 $this->assign('data',$data);
60 dump(collection($data)->toArray()); 60 dump(collection($data)->toArray());