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

修改问题文档

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