|
@@ -88,12 +88,12 @@ export default {
|
|
// 唤起键盘
|
|
// 唤起键盘
|
|
clickShowKeyboard(index) {
|
|
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) {
|
|
if ( index === 7) {
|
|
this.carType = 1
|
|
this.carType = 1
|
|
this.$refs['k-tab'].changeTab(this.carType)
|
|
this.$refs['k-tab'].changeTab(this.carType)
|
|
}
|
|
}
|
|
|
|
+ this.ind = index;
|
|
|
|
+ this.active = index;
|
|
// console.log('唤起键盘', this.ind, this.active);
|
|
// console.log('唤起键盘', this.ind, this.active);
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
// return;
|
|
// return;
|