Browse Source

fix:后台修改

super-yimizi 1 month ago
parent
commit
d3b6eb60f8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      application/common/model/Feedback.php

+ 5 - 0
application/common/model/Feedback.php

@@ -27,6 +27,11 @@ class Feedback extends Model
     protected $append = [
 
     ];
+
+    public function setImagesAttr($value)
+    {
+        return json_encode($value);
+    }
     
     public function user()
     {