支付附件分离
parent
da1850047b
commit
651a340269
|
|
@ -95,6 +95,9 @@ class Payment extends Common
|
|||
// 参数
|
||||
$this->assign('params', $params);
|
||||
|
||||
// 编辑器文件存放地址
|
||||
$this->assign('editor_path_type', 'payment');
|
||||
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue