Commit 438319df by 周业恒

media_list

parent f5b32c61
Pipeline #20520 passed with stages
in 59 seconds
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<script type="text/javascript"> <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'.$medias['_id']." ".$media['media_name']; } echo $export_values; ?>"
function export_media_id(){ function export_media_id(){
alert(media_export_name) 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