作者 王智

修改

@@ -62,6 +62,8 @@ class Stor extends Backend @@ -62,6 +62,8 @@ class Stor extends Backend
62 foreach ($list as $row) { 62 foreach ($list as $row) {
63 63
64 $row->getRelation('user')->visible(['nickname','avatar']); 64 $row->getRelation('user')->visible(['nickname','avatar']);
  65 + $row['stor_image'] = $this->request->domain() . $row['stor_image'];
  66 +
65 } 67 }
66 68
67 $result = array("total" => $list->total(), "rows" => $list->items()); 69 $result = array("total" => $list->total(), "rows" => $list->items());