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) {