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

修改问题文档

@@ -304,6 +304,11 @@ class Goods extends Frontend @@ -304,6 +304,11 @@ class Goods extends Frontend
304 } 304 }
305 // dump($insurance); 305 // dump($insurance);
306 $data[$key]['insurance'] = $insurance; 306 $data[$key]['insurance'] = $insurance;
  307 + if(empty($user_id)){
  308 + $text = "(请您先登录)";
  309 + $data[$key]['store_phone'] = "***********$text";
  310 + $data[$key]['store_address'] = "***********$text";
  311 + }
307 //当前用户若不是会员加密部分信息 312 //当前用户若不是会员加密部分信息
308 if($insurance == '2'){ 313 if($insurance == '2'){
309 $text = ''; 314 $text = '';