From a072a0f9bfc6edd3d9c969b4676042dfc8d5e4ec Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 13 Apr 2022 09:27:18 +0800 Subject: [PATCH] update --- src/components/checkPhoto/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) } }