dever 6 năm trước cách đây
mục cha
commit
4d456b3c82
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      service/src/Buy.php

+ 2 - 0
service/src/Buy.php

@@ -108,6 +108,8 @@ class Buy extends Base
                 $info['buy_notices'] = $buy['buy_notices'];
             }
         }
+
+        $info['buy_notices'] = str_replace("\n", '<br />', $info['buy_notices']);
         
         return $info;
     }