fix: debug

This commit is contained in:
osiris
2023-12-18 11:55:47 +08:00
parent 04537038c5
commit 96e8dfd1b7
@@ -8,9 +8,9 @@ const info = reactive({
tranRes: '', tranRes: '',
}) })
const tran = (type: number) => { const tran = () => {
//数字转中文 //数字转中文
info.tranRes = numberToChinese(info.content) info.tranRes = numberToChinese(parseInt(info.content))
} }
const clear = () => { const clear = () => {