caipin 5 years atrás
parent
commit
38668f1a8f
3 changed files with 4 additions and 9 deletions
  1. 2 8
      global/js/cloud/curing.js
  2. 1 0
      global/js/cloud/curing.min.js
  3. 1 1
      views/cloud/curing.html

+ 2 - 8
global/js/cloud/curing.js

@@ -170,20 +170,14 @@ $(function() {
     $('tbody[curingUser]').delegate( 'tr','mousedown', function(e){
         coordinate.x= e.pageX;
         coordinate.y= e.pageY;
-         ssoid = $(this).attr('data');
-         client_id=$(this).attr('dataCid');
+        ssoid = $(this).attr('data');
+        client_id=$(this).attr('dataCid');
     }).click(function(e){
-
     	if(coordinate.x==e.pageX&&coordinate.y==e.pageY){
-
             $(this).attr('data-toggle',' ');
-
             refreshCuringPageDetail(ssoid,client_id);
     	}
         
-    }).mousemove(function(e){
-        //isClick=false;
-        //console.log(isClick);
     });
 
     

File diff suppressed because it is too large
+ 1 - 0
global/js/cloud/curing.min.js


+ 1 - 1
views/cloud/curing.html

@@ -10,7 +10,7 @@
 <script src="<%= WEB_SITE_GLOBAL %>js/cloud/buildHtml.js"></script>
 
 <script src="<%= WEB_SITE_GLOBAL %>js/contacts/client.js"></script>
-<script src="<%= WEB_SITE_GLOBAL %>js/cloud/curing.js"></script>
+<script src="<%= WEB_SITE_GLOBAL %>js/cloud/curing.min.js"></script>
 
 <script src="<%= WEB_SITE_GLOBAL %>js/columnShow/columnShow.js"></script>