PlayUtils.js 103 B

12345
  1. module.exports = {
  2. getPrice(configPrice) {
  3. return String(1.0 * configPrice / 100)
  4. },
  5. };