|
@@ -87,9 +87,13 @@ export default {
|
|
|
},
|
|
|
// 唤起键盘
|
|
|
clickShowKeyboard(index) {
|
|
|
- if (this.carType !== 1 && index === 7) return
|
|
|
+ // if (this.carType !== 1 && index === 7) return
|
|
|
this.ind = index;
|
|
|
this.active = index;
|
|
|
+ if ( index === 7) {
|
|
|
+ this.carType = 1
|
|
|
+ this.$refs['k-tab'].changeTab(this.carType)
|
|
|
+ }
|
|
|
// console.log('唤起键盘', this.ind, this.active);
|
|
|
this.$nextTick(() => {
|
|
|
// return;
|