源文件
This commit is contained in:
6
jeepay-ui-uapp-agent/hooks/handleMoney.js
Normal file
6
jeepay-ui-uapp-agent/hooks/handleMoney.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function branch(val) {
|
||||
return val * 100
|
||||
}
|
||||
export function horn(val) {
|
||||
return (val / 100).toFixed(2)
|
||||
}
|
||||
Reference in New Issue
Block a user