支付附件分离

feat/task1-c-wallet
gongfuxiang 2019-06-17 20:59:58 +08:00
parent da1850047b
commit 651a340269
2 changed files with 4 additions and 1 deletions

View File

@ -95,6 +95,9 @@ class Payment extends Common
// 参数
$this->assign('params', $params);
// 编辑器文件存放地址
$this->assign('editor_path_type', 'payment');
return $this->fetch();
}

View File

@ -367,7 +367,7 @@ class Ueditor extends Common
// 倒序
//$files = $this->ArrayQuickSort($files);
if(count($files) > 0)
if(is_array($files) && count($files) > 0)
{
/* 获取指定范围的列表 */
$len = count($files);