dever 6 年之前
父節點
當前提交
4d456b3c82
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;
     }