This commit is contained in:
hujiabin 2023-03-29 17:01:40 +08:00
parent 2b325c5b65
commit 9af50c0405

View File

@ -36,7 +36,7 @@ class Emoji extends BaseModel
)
);
$value = array();
if ($row && $row['value']){
if ($row){
$value = explode('|',$row['value']) ;
}else{
$value= self::defaultUseEmoji();