From 8a73b06778c037289db518534b1b8eafcc1a2403 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Mon, 24 Jun 2019 15:23:56 +0800
Subject: [PATCH] 14

---
 public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
index 24accf2..455e7cd 100755
--- a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
+++ b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
@@ -473,7 +473,7 @@
      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 = '';
@@ -497,6 +497,7 @@
         if(img0 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
             img0 = '';
         }
+        console.log(img0);
         img1 = $('#img1')[0].src;
         if(img1 == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
             img1 = '';
--
libgit2 0.24.0