正在显示
1 个修改的文件
包含
7 行增加
和
8 行删除
@@ -470,12 +470,12 @@ | @@ -470,12 +470,12 @@ | ||
470 | function Sure_add(){ | 470 | function Sure_add(){ |
471 | show_img = $('#show_img')[0].src; | 471 | show_img = $('#show_img')[0].src; |
472 | 472 | ||
473 | - if(show_img == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){ | 473 | + if(show_img == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){ |
474 | show_img = ''; | 474 | show_img = ''; |
475 | } | 475 | } |
476 | - | 476 | + console.log(show_img); |
477 | thumbnail = $('#thumbnail')[0].src; | 477 | thumbnail = $('#thumbnail')[0].src; |
478 | - if(thumbnail == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){ | 478 | + if(thumbnail == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){ |
479 | thumbnail = ''; | 479 | thumbnail = ''; |
480 | } | 480 | } |
481 | book_name = $("input[name='book_name']").val(); | 481 | book_name = $("input[name='book_name']").val(); |
@@ -494,17 +494,16 @@ | @@ -494,17 +494,16 @@ | ||
494 | printing = $("input[name='printing']").val(); | 494 | printing = $("input[name='printing']").val(); |
495 | grade = $("#grade").text(); | 495 | grade = $("#grade").text(); |
496 | img0 = $('#img0')[0].src; | 496 | img0 = $('#img0')[0].src; |
497 | - if(img0 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){ | 497 | + if(img0 == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){ |
498 | img0 = ''; | 498 | img0 = ''; |
499 | - console.log(img0); | ||
500 | } | 499 | } |
501 | - | 500 | + console.log(img0); |
502 | img1 = $('#img1')[0].src; | 501 | img1 = $('#img1')[0].src; |
503 | - if(img1 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){ | 502 | + if(img1 == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){ |
504 | img1 = ''; | 503 | img1 = ''; |
505 | } | 504 | } |
506 | img2 = $('#img2')[0].src; | 505 | img2 = $('#img2')[0].src; |
507 | - if(img2 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){ | 506 | + if(img2 == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){ |
508 | img2 = ''; | 507 | img2 = ''; |
509 | } | 508 | } |
510 | 509 |
-
请 注册 或 登录 后发表评论