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