From 2129f1894770cddc49992d23cc522c5c85df063c Mon Sep 17 00:00:00 2001 From: wangxinglong <2371974647@qq.com> Date: Fri, 13 May 2022 10:16:44 +0800 Subject: [PATCH] setter --- app/controller/api/Business.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/Business.php b/app/controller/api/Business.php index 8869c59..cfe05cf 100644 --- a/app/controller/api/Business.php +++ b/app/controller/api/Business.php @@ -393,7 +393,7 @@ class Business extends Base $data["usingRule"] = DictionaryRepository::getInstance()->getUsingRuleByCouponMainId($couponMain->id); $data["punishRule"] = '';//处罚规则 已取消 - $pregRule = "/<[img|IMG].*?src=[\'|\"](.*?(?:[\.jpg|\.jpeg|\.png|\.gif|\.bmp]))[\'|\"].*?[\/]?>/"; + $pregRule = "/<[img|IMG].*?src=[\'|\"]/(.*?(?:[\.jpg|\.jpeg|\.png|\.gif|\.bmp]))[\'|\"].*?[\/]?>/"; $data["content"] = preg_replace($pregRule, '', (string)$couponMain->content ); // $data["content"] = (string)$couponMain->content;