Commit b36ea78aa116c9eae975471b697e3f12b7348474
1 parent
408a1993
add 修复bug
Showing
1 changed file
with
2 additions
and
2 deletions
pages/inputCarNumber/inputCarNumber.vue
| ... | ... | @@ -240,9 +240,9 @@ |
| 240 | 240 | this.type = parseInt(value) |
| 241 | 241 | this.currentInputIndex = 0 |
| 242 | 242 | if (value == 1) { |
| 243 | - this.currentInputValue = ['', '', '', '', '', '', ''] | |
| 243 | + this.currentInputValue = ['苏', 'B', '', '', '', '', ''] | |
| 244 | 244 | } else { |
| 245 | - this.currentInputValue = ['', '', '', '', '', '', '', ''] | |
| 245 | + this.currentInputValue = ['苏', 'B','', '', '', '', '', ''] | |
| 246 | 246 | } |
| 247 | 247 | }, |
| 248 | 248 | inputSwitch(e) { | ... | ... |