Browse Source

Merge pull request #66 in ~GUY/fineui from ~FAY/fineui:master to master

* commit '3f3de99732441133c1c4914daf009711fa700c6e':
  update
es6
fay 7 years ago
parent
commit
911bfb3c44
  1. 2
      src/core/alias.js

2
src/core/alias.js

@ -144,7 +144,7 @@
if (numReg) {
var num = numReg[0];
var orilen = num.length;
var newnum = BI.parseInt(num) + 1 + '';
var newnum = parseInt(num) + 1 + '';
//进位到整数部分
if (newnum.length > orilen) {
newnum = newnum.substr(1);

Loading…
Cancel
Save