mm_expand 1.6.4 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1041,7 +1041,7 @@ if (typeof($) === "undefined") {
1041
1041
  var str = this;
1042
1042
  var time;
1043
1043
  if (str.indexOf('T') !== -1) {
1044
- str = this.replace('T', ' ').replace('Z', '').replaceAll('-', '/');
1044
+ str = this.replace('T', ' ').replace('.000', '').replace('Z', '').replaceAll('-', '/');
1045
1045
  time = new Date(str).addSeconds(28800);
1046
1046
  }
1047
1047
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_expand",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "这是超级美眉原型函数拓展模块,更有利于对string、array、object的操作,避免出错,简化业务逻辑。",
5
5
  "main": "index.js",
6
6
  "scripts": {