Commit b36ea78aa116c9eae975471b697e3f12b7348474

Authored by chenbiao
1 parent 408a1993

add 修复bug

pages/inputCarNumber/inputCarNumber.vue
@@ -240,9 +240,9 @@ @@ -240,9 +240,9 @@
240 this.type = parseInt(value) 240 this.type = parseInt(value)
241 this.currentInputIndex = 0 241 this.currentInputIndex = 0
242 if (value == 1) { 242 if (value == 1) {
243 - this.currentInputValue = ['', '', '', '', '', '', ''] 243 + this.currentInputValue = ['苏', 'B', '', '', '', '', '']
244 } else { 244 } else {
245 - this.currentInputValue = ['', '', '', '', '', '', '', ''] 245 + this.currentInputValue = ['苏', 'B','', '', '', '', '', '']
246 } 246 }
247 }, 247 },
248 inputSwitch(e) { 248 inputSwitch(e) {