Showing
1 changed file
with
4 additions
and
4 deletions
@@ -323,8 +323,8 @@ class ReturnsModel | @@ -323,8 +323,8 @@ class ReturnsModel | ||
323 | if ($value['is_limit_skn'] === 'Y') { | 323 | if ($value['is_limit_skn'] === 'Y') { |
324 | $remarks = explode(' ', $data['data']['special_notice']['remark'], 2); // 使用3个空格拆分 | 324 | $remarks = explode(' ', $data['data']['special_notice']['remark'], 2); // 使用3个空格拆分 |
325 | $result['goods'][$key]['specialNoticeBo']['title'] = $data['data']['special_notice']['title']; | 325 | $result['goods'][$key]['specialNoticeBo']['title'] = $data['data']['special_notice']['title']; |
326 | - $result['goods'][$key]['specialNoticeBo']['remark1'] = $remarks[0]; | ||
327 | - $result['goods'][$key]['specialNoticeBo']['remark2'] = $remarks[1]; | 326 | + $result['goods'][$key]['specialNoticeBo']['remark1'] = '该商品非质量问题不支持退换货,如有疑问,请联系客服。'; //$remarks[0]; |
327 | + //$result['goods'][$key]['specialNoticeBo']['remark2'] = $remarks[1]; | ||
328 | 328 | ||
329 | // tar note 对数组做处理,为不显示的添加 inactive | 329 | // tar note 对数组做处理,为不显示的添加 inactive |
330 | if (isset($data['data']['special_return_reason'])) { | 330 | if (isset($data['data']['special_return_reason'])) { |
@@ -414,8 +414,8 @@ class ReturnsModel | @@ -414,8 +414,8 @@ class ReturnsModel | ||
414 | if ($value['is_limit_skn'] === 'Y') { | 414 | if ($value['is_limit_skn'] === 'Y') { |
415 | $remarks = explode(' ', $data['data']['specialNoticeBo']['remark'], 2); // 使用3个空格拆分 | 415 | $remarks = explode(' ', $data['data']['specialNoticeBo']['remark'], 2); // 使用3个空格拆分 |
416 | $result['goods'][$key]['specialNoticeBo']['title'] = $data['data']['specialNoticeBo']['title']; | 416 | $result['goods'][$key]['specialNoticeBo']['title'] = $data['data']['specialNoticeBo']['title']; |
417 | - $result['goods'][$key]['specialNoticeBo']['remark1'] = $remarks[0]; | ||
418 | - $result['goods'][$key]['specialNoticeBo']['remark2'] = $remarks[1]; | 417 | + $result['goods'][$key]['specialNoticeBo']['remark1'] = '该商品非质量问题不支持退换货,如有疑问,请联系客服。'; //$remarks[0]; |
418 | + //$result['goods'][$key]['specialNoticeBo']['remark2'] = $remarks[1]; | ||
419 | 419 | ||
420 | // tar note 对数组做处理,为不显示的添加 inactive | 420 | // tar note 对数组做处理,为不显示的添加 inactive |
421 | if (isset($data['data']['special_exchange_reason'])) { | 421 | if (isset($data['data']['special_exchange_reason'])) { |
-
Please register or login to post a comment