Browse Source

修改加载图片

shenjj 7 years ago
parent
commit
ff7e733cc2

+ 6 - 6
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_upload_ctrl.js

@@ -547,12 +547,12 @@ define([ 'app/app' ], function(app) {
       text(speed)
       blueCircle(speed)
     }
-    (function drawFrame2(){
-      window.requestAnimationFrame(drawFrame2);
-      if(speed > 100) speed = 0;
-      speed += 0.1;
-      drawFrame(speed)
-    }());
+    // (function drawFrame2(){
+    //   window.requestAnimationFrame(drawFrame2);
+    //   if(speed > 100) speed = 0;
+    //   speed += 0.1;
+    //   drawFrame(speed)
+    // }());
 	}]);
 
 	//批量上架的Ctrl