|
@@ -60,11 +60,11 @@ class Shop extends Frontend |
|
@@ -60,11 +60,11 @@ class Shop extends Frontend |
60
|
}
|
60
|
}
|
61
|
}
|
61
|
}
|
62
|
$data['is_collect'] = $is_collect;
|
62
|
$data['is_collect'] = $is_collect;
|
63
|
- if(empty($user_id)){
|
63
|
+ /*if(empty($user_id)){
|
64
|
$text = "(请您先登录)";
|
64
|
$text = "(请您先登录)";
|
65
|
$data['phone'] = substr_replace($data['phone'],'****',3,4).$text;
|
65
|
$data['phone'] = substr_replace($data['phone'],'****',3,4).$text;
|
66
|
$data['address'] = substr_replace($data['address'],'********',9).$text;
|
66
|
$data['address'] = substr_replace($data['address'],'********',9).$text;
|
67
|
- }
|
67
|
+ }*/
|
68
|
//当前用户若不是会员加密部分信息
|
68
|
//当前用户若不是会员加密部分信息
|
69
|
if($encrypt == '2'){
|
69
|
if($encrypt == '2'){
|
70
|
$text = '';
|
70
|
$text = '';
|