Accept Merge Request #76: (feature/zy -> develop)
Merge Request: feature: 面板 Created By: @zhuyu Accepted By: @zhuyu URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/76?initial=true
This commit is contained in:
commit
b9849e981b
|
|
@ -89,7 +89,7 @@ class Doc extends Backend
|
|||
->paginate($limit);
|
||||
|
||||
foreach ($list as $k => $row) {
|
||||
$list[$k]['url'] = cdnurl($row['path']);
|
||||
$list[$k]['fileurl'] = cdnurl($row['path']);
|
||||
$list[$k]['filetype'] = pathinfo($list[$k]['url'], PATHINFO_EXTENSION);
|
||||
}
|
||||
|
||||
|
|
@ -108,7 +108,7 @@ class Doc extends Backend
|
|||
$this->success("Ajax请求成功", null, ['id' => $ids]);
|
||||
}
|
||||
|
||||
$row['url'] = cdnurl($row['path']);
|
||||
$row['fileurl'] = cdnurl($row['path']);
|
||||
|
||||
|
||||
$this->view->assign("row", $row->toArray());
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ class Task extends Backend
|
|||
}
|
||||
|
||||
$list[$k]['refuse_reason'] = $row['refuse_reason'] ?? '';
|
||||
$list[$k]['url'] = cdnurl($row['prove_file_path']);
|
||||
$list[$k]['fileurl'] = cdnurl($row['prove_file_path']);
|
||||
$list[$k]['filetype'] = pathinfo($list[$k]['url'], PATHINFO_EXTENSION);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user