Commit 91bdc728 by 周业恒

media_list

parent 438319df
Pipeline #20521 passed with stages
in 59 seconds
......@@ -15,7 +15,7 @@ class Constant {
# 控制器异常
const EXCEPTION_CTRL_FAIL = 3;
# 默认分页数
const PAGE_NUMBER = 10;
const PAGE_NUMBER = 200;
# 升序
const SORT_ASC = 'asc';
# 降序
......
......@@ -168,7 +168,7 @@
<script type="text/javascript">
var media_export_name="<?php $export_values=''; foreach ($medias as $key => $media) { $export_values=$export_values.'\r\n'.$medias['_id']." ".$media['media_name']; } echo $export_values; ?>"
var media_export_name="<?php $export_values=''; foreach ($medias as $key => $media) { $export_values=$export_values.'\r\n'.$media['_id']." ".$media['media_name']; } echo $export_values; ?>"
function export_media_id(){
alert(media_export_name)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment