diff --git a/src/components/checkPhoto/index.vue b/src/components/checkPhoto/index.vue index 27afac1..6d91b92 100644 --- a/src/components/checkPhoto/index.vue +++ b/src/components/checkPhoto/index.vue @@ -188,7 +188,7 @@ export default { if(str.indexOf('0' === 0)) { strEnd = myMap.get(str.charAt(1)) }else { - strEnd = myMap.get(str.charAt(0)) + '拾' + + strEnd = myMap.get(str.charAt(0)) + '拾' + myMap.get(str.charAt(1)) } }