...
|
...
|
@@ -57,10 +57,10 @@ class Shop extends Frontend |
|
|
}
|
|
|
$data['is_collect'] = $is_collect;
|
|
|
//当前用户若不是会员加密部分信息
|
|
|
if($encrypt == '2'){
|
|
|
/*if($encrypt == '2'){
|
|
|
$data['phone'] = "***********";
|
|
|
$data['address'] = "***********";
|
|
|
}
|
|
|
}*/
|
|
|
$this->assign('data',$data);
|
|
|
// dump(collection($data)->toArray());
|
|
|
if($this->request->isAjax()){
|
...
|
...
|
|