|
@@ -220,10 +220,10 @@ class Index extends Base
|
|
if($comment_list){
|
|
if($comment_list){
|
|
foreach ($comment_list as $key=>&$value){
|
|
foreach ($comment_list as $key=>&$value){
|
|
$user_info = Db::name('store_member')->field('name,headimg,privacy_switch')->where('id',$value['user_id'])->find();
|
|
$user_info = Db::name('store_member')->field('name,headimg,privacy_switch')->where('id',$value['user_id'])->find();
|
|
- if($user_info['privacy_switch']){
|
|
|
|
|
|
+ /*if($user_info['privacy_switch']){
|
|
unset($comment_list[$key]);
|
|
unset($comment_list[$key]);
|
|
continue;
|
|
continue;
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
$value['user_name'] = $user_info['name'];
|
|
$value['user_name'] = $user_info['name'];
|
|
$value['user_headimg'] = $user_info['headimg'];
|
|
$value['user_headimg'] = $user_info['headimg'];
|
|
//获取该条评论回复的数量
|
|
//获取该条评论回复的数量
|