iv-npm 1.6.15 → 1.6.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.6.15",
3
+ "version": "1.6.17",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -376,7 +376,7 @@ function getAmountByUnit(amount) {
376
376
  result.push(integersUnits[i]);
377
377
  }
378
378
  for (let i = 0; i < decimalUnist.length; i++) {
379
- result.push((decimal && decimal[i]) ?? "\xA5");
379
+ result.push((decimal && decimal[i]) ?? "\u96F6");
380
380
  result.push(decimalUnist[i]);
381
381
  }
382
382
  resultStr = result.join("");