用户随手拍后台差详情

This commit is contained in:
2024-11-29 15:25:13 +08:00
parent 2e8a785c51
commit 92af02cb3e
6 changed files with 105 additions and 4 deletions

View File

@ -6,5 +6,8 @@ use think\admin\Model;
class TicketUserShare extends Model
{
public function getImgsArrAttr($value, $data)
{
return str2arr($data['imgs'] ?: '', '|');
}
}