This commit is contained in:
caicai8 2019-12-20 17:14:16 +08:00
parent 249154b1df
commit 5b13a97f61
5 changed files with 2 additions and 2 deletions

BIN
image/新疆/video.mp4 Normal file

Binary file not shown.

BIN
image/西藏/video.mp4 Normal file

Binary file not shown.

BIN
image/青海/video.mp4 Normal file

Binary file not shown.

View File

@ -425,7 +425,7 @@
// myChartGraph.resize(); // myChartGraph.resize();
} }
init("西藏") init("班公湖")
window.loadData = loadData; window.loadData = loadData;
window.initial = init; window.initial = init;
@ -479,7 +479,7 @@
name = "西藏" name = "西藏"
} }
$("video").remove(); $("video").remove();
var newPath = "./image/"+name+"/1.mp4" var newPath = "./image/"+name+"/video.mp4"
var newSource = "<video width=\"100%\" height=\"100%\" controls>"+ var newSource = "<video width=\"100%\" height=\"100%\" controls>"+
"<source class=\"video\" src="+newPath+" type=\"video/mp4\">"+ "<source class=\"video\" src="+newPath+" type=\"video/mp4\">"+
"<source src=\"movie.ogg\" type=\"video/ogg\">"+ "<source src=\"movie.ogg\" type=\"video/ogg\">"+