Commit a4a2c0a5 by tzn

dd

parent 5fde32a4
window.onload = function ()
window.onload = function ()
window.onload = function ()
{
axios.defaults.baseURL = "http://892qcp.natappfree.cc"
{ axios.defaults.baseURL = "http://kkrb4k.natappfree.cc"
function render() {
axios({
method: 'post',
......
window.onload = function ()
window.onload = function ()
......@@ -3,15 +3,16 @@ window.onload = function ()
axios.defaults.baseURL = "http://kkrb4k.natappfree.cc"
axios({
method: 'post',
url: 'javaProject2_war_exploded/PrintApplyServlet',
url: 'javaProject2_war_exploded/PrintBookServlet',
data: {
click:1
}
}).then(res=>{
console.log(res)
for(let i=0;i<res.length;i++)
{
$("<div class='book'></div>").appendTo($('.bookbox'));
}
$("<img class='book-page'>").appendTo($('.book'))
$("<div class='book-introduce'></div>").appendTo($('.book'))
......@@ -41,9 +42,9 @@ window.onload = function ()
})
})
}
}
document.getElementsByClassName('book-introduce-Abutton')[0].addEventListener('click',()=>
{
$('.alert-see-add').show()
......@@ -62,10 +63,10 @@ window.onload = function ()
})
document.getElementsByClassName('alert-see-fix-button')[0].addEventListener('click',()=>{
$('.alert-see-fix').hide()
})
document.getElementsByClassName('alert-see-fix-button')[1].addEventListener('click',()=>{
})
document.getElementsByClassName('alert-see-fix-button')[1].addEventListener('click',()=>{
$('.alert-see-fix').hide()
})
})
document.getElementsByClassName('alert-see-add-button')[0].addEventListener('click',()=>{
$('.alert-see-add').hide()
......@@ -81,6 +82,10 @@ document.getElementsByClassName('alert-see-fix-button')[1].addEventListener('cli
})
})
......
window.onload = function ()
window.onload = function ()
......
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