From b36ea78aa116c9eae975471b697e3f12b7348474 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Fri, 27 May 2022 10:00:43 +0800 Subject: [PATCH] add 修复bug --- pages/inputCarNumber/inputCarNumber.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/inputCarNumber/inputCarNumber.vue b/pages/inputCarNumber/inputCarNumber.vue index 634d6c5..264946a 100644 --- a/pages/inputCarNumber/inputCarNumber.vue +++ b/pages/inputCarNumber/inputCarNumber.vue @@ -240,9 +240,9 @@ this.type = parseInt(value) this.currentInputIndex = 0 if (value == 1) { - this.currentInputValue = ['', '', '', '', '', '', ''] + this.currentInputValue = ['苏', 'B', '', '', '', '', ''] } else { - this.currentInputValue = ['', '', '', '', '', '', '', ''] + this.currentInputValue = ['苏', 'B','', '', '', '', '', ''] } }, inputSwitch(e) { -- libgit2 0.21.4