diff --git a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
index ffe63c6..24accf2 100755
--- a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
+++ b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
@@ -469,10 +469,11 @@
      */
     function Sure_add(){
         show_img = $('#show_img')[0].src;
-        console.log(show_img);
-   /*     if(show_img == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
+
+     if(show_img == "http://www.xkeasy.com/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"){
             thumbnail = '';
@@ -505,7 +506,7 @@
             img2 = '';
         }
 
-        $.post("{:url('Salesmangoods/Salesman_goods_add')}",{show_img:show_img,thumbnail:thumbnail,book_name:book_name,money:money,price:price,pricing:pricing,instr:instr,book_number:book_number,paper:paper,book_size:book_size,binding:binding,author:author,press:press,press_time:press_time,suit:suit,grade:grade,img0:img0,img1:img1,img2:img2,printing:printing},function(data){
+       /* $.post("{:url('Salesmangoods/Salesman_goods_add')}",{show_img:show_img,thumbnail:thumbnail,book_name:book_name,money:money,price:price,pricing:pricing,instr:instr,book_number:book_number,paper:paper,book_size:book_size,binding:binding,author:author,press:press,press_time:press_time,suit:suit,grade:grade,img0:img0,img1:img1,img2:img2,printing:printing},function(data){
             if(data == 3){
                 alert('添加失败,业务员书籍不能超过8本');
             }else if(data == 2){