From 6ac85c37b5ac3bc4e5b106e3995107dc9434966a Mon Sep 17 00:00:00 2001
From: Cool <wx_2566250ef32d4fc38ff1e6e046296c67@git.code.tencent.com>
Date: Mon, 21 Sep 2020 16:59:56 +0800
Subject: [PATCH] 订单管理调试

---
 public/themes/simpleboot3/portal/order_salesman/get_jietu.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/public/themes/simpleboot3/portal/order_salesman/get_jietu.html b/public/themes/simpleboot3/portal/order_salesman/get_jietu.html
index 9aa59f0..7003a15 100644
--- a/public/themes/simpleboot3/portal/order_salesman/get_jietu.html
+++ b/public/themes/simpleboot3/portal/order_salesman/get_jietu.html
@@ -727,7 +727,6 @@
                                 "                        </div>\n" + indent_goods_html + "</a></div>";
                         }
                     }
-                    alert(22);
                     $('.count').html(i);
                     $('.log_three_list_contant').eq(index).html(html);
                     update();
@@ -740,9 +739,7 @@
                     })
                     $('.goods').html(goods_count_html);
                     count = result.length;
-                    alert(11);
                     order2canvas();
-                    alert(33);
                 } else {
                     alert('未知错误');
                 }
@@ -843,7 +840,9 @@
                     },
                     success: function (res) {
                         img_url = res.data;
+                        alert(123);
                         $('.view_img').css('display','block');
+                        alert(45);
                         $('#view_canvas').text(text);
                         $('#view_canvas').removeClass('disabled');
                         allow = true;
--
libgit2 0.24.0