{ /* <script module="utils" lang="wxs" src="./utils.wxs"></script> */ } function formatPrice(price) { return (price / 100).toFixed(2); } module.exports = { formatPrice: formatPrice };