正在显示
1 个修改的文件
包含
2 行增加
和
3 行删除
@@ -727,7 +727,6 @@ | @@ -727,7 +727,6 @@ | ||
727 | " </div>\n" + indent_goods_html + "</a></div>"; | 727 | " </div>\n" + indent_goods_html + "</a></div>"; |
728 | } | 728 | } |
729 | } | 729 | } |
730 | - alert(22); | ||
731 | $('.count').html(i); | 730 | $('.count').html(i); |
732 | $('.log_three_list_contant').eq(index).html(html); | 731 | $('.log_three_list_contant').eq(index).html(html); |
733 | update(); | 732 | update(); |
@@ -740,9 +739,7 @@ | @@ -740,9 +739,7 @@ | ||
740 | }) | 739 | }) |
741 | $('.goods').html(goods_count_html); | 740 | $('.goods').html(goods_count_html); |
742 | count = result.length; | 741 | count = result.length; |
743 | - alert(11); | ||
744 | order2canvas(); | 742 | order2canvas(); |
745 | - alert(33); | ||
746 | } else { | 743 | } else { |
747 | alert('未知错误'); | 744 | alert('未知错误'); |
748 | } | 745 | } |
@@ -843,7 +840,9 @@ | @@ -843,7 +840,9 @@ | ||
843 | }, | 840 | }, |
844 | success: function (res) { | 841 | success: function (res) { |
845 | img_url = res.data; | 842 | img_url = res.data; |
843 | + alert(123); | ||
846 | $('.view_img').css('display','block'); | 844 | $('.view_img').css('display','block'); |
845 | + alert(45); | ||
847 | $('#view_canvas').text(text); | 846 | $('#view_canvas').text(text); |
848 | $('#view_canvas').removeClass('disabled'); | 847 | $('#view_canvas').removeClass('disabled'); |
849 | allow = true; | 848 | allow = true; |
-
请 注册 或 登录 后发表评论