...
|
...
|
@@ -470,12 +470,12 @@ |
|
|
function Sure_add(){
|
|
|
show_img = $('#show_img')[0].src;
|
|
|
|
|
|
if(show_img == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
if(show_img == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
show_img = '';
|
|
|
}
|
|
|
|
|
|
console.log(show_img);
|
|
|
thumbnail = $('#thumbnail')[0].src;
|
|
|
if(thumbnail == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
if(thumbnail == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
thumbnail = '';
|
|
|
}
|
|
|
book_name = $("input[name='book_name']").val();
|
...
|
...
|
@@ -494,17 +494,16 @@ |
|
|
printing = $("input[name='printing']").val();
|
|
|
grade = $("#grade").text();
|
|
|
img0 = $('#img0')[0].src;
|
|
|
if(img0 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
if(img0 == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
img0 = '';
|
|
|
console.log(img0);
|
|
|
}
|
|
|
|
|
|
console.log(img0);
|
|
|
img1 = $('#img1')[0].src;
|
|
|
if(img1 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
if(img1 == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
img1 = '';
|
|
|
}
|
|
|
img2 = $('#img2')[0].src;
|
|
|
if(img2 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
if(img2 == "http://xkeasy.w.bronet.cn/themes/simpleboot3/public/assets/images/jiahao.png"){
|
|
|
img2 = '';
|
|
|
}
|
|
|
|
...
|
...
|
|