master
iotcat 4 years ago
parent 7e04b23379
commit a600f7acf7
  1. 3
      index.html

@ -68,7 +68,7 @@
</tr> </tr>
<tr> <tr>
<td>Video_Name</td> <td>Video_Name</td>
<td id="video_name"></td> <td id="video_name2"></td>
</tr> </tr>
<tr> <tr>
<td>Video_Link</td> <td>Video_Link</td>
@ -219,6 +219,7 @@
} }
var printInfo = function(res){ var printInfo = function(res){
$('#video_name').html(res.name); $('#video_name').html(res.name);
$('#video_name2').html(res.name);
$('#video_class').html(res.class); $('#video_class').html(res.class);
$('#video_series').html(res.series); $('#video_series').html(res.series);
$('#video_no').html(res.no); $('#video_no').html(res.no);

Loading…
Cancel
Save