xiongchao 3 lat temu
rodzic
commit
efd14f3df9
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      public/hitch-screen/point.html

+ 0 - 3
public/hitch-screen/point.html

@@ -56,9 +56,6 @@
   $(function(){
     $('#x').text(xx);
     $('#y').text(yy);
-    alert($('.point').html());
-    alert(xx);
-    alert(yy);
     $('.point').css('left',xx).css('top',yy).css('position', 'absolute');
 
     $('#echart').click(function(e) {