jufubao-admin-library 1.1.34 → 1.1.36

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.
@@ -211,7 +211,8 @@ export default {
211
211
  value = this.$xdHelper.addFloatNumber(this.$xdHelper.divisionFloatNumber(value, 100), 1);
212
212
  temp = this.$xdHelper.multiplyFloatNumber(value, price)
213
213
  }
214
- return this.$xdHelper.divisionFloatNumber(temp, 100).toFixed(toFixed)
214
+ let priceNew = this.$xdHelper.divisionFloatNumber(temp, 100);
215
+ return Math.ceil(priceNew * Math.pow(10, toFixed)) / Math.pow(10, toFixed)
215
216
  };
216
217
 
217
218
  if(!this.adjustListValue.base
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.34",
3
+ "version": "1.1.36",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {