Browse Source

返回上传图片链接

master
wanghongjun 2 years ago
parent
commit
71c12b2554
  1. 1
      app/controller/RotationChart.php

1
app/controller/RotationChart.php

@ -32,6 +32,7 @@ class RotationChart extends BaseController
$list = $res->items();
foreach ($list as &$item) {
$item['up_image'] = $item['image'];
$item['image'] = get_image_url($item['image']);
}
$total = $res->total();

Loading…
Cancel
Save