baimeng 9 年之前
父節點
當前提交
8d280c910f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wl/www/js/services/utilservice.js

+ 1 - 1
wl/www/js/services/utilservice.js

xqd
@@ -14,7 +14,7 @@
                 return e
             },
             format: function () {
-                if (arguments.length == 0) return "";
+                if (arguments.length == 0) return ""; 
                 if (arguments.length == 1) return arguments[0];
                 var e = arguments[0];
                 var t = Array.prototype.slice.call(arguments).splice(1);