|
@ -672,14 +672,14 @@ |
|
|
this.$refs.comMessage.showQuestionMessage1(str3, 'red', res => { |
|
|
this.$refs.comMessage.showQuestionMessage1(str3, 'red', res => { |
|
|
if (res) { |
|
|
if (res) { |
|
|
//防止重复点击 |
|
|
//防止重复点击 |
|
|
// this.$throttle(this.submit, 2000, this)() |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
} else { |
|
|
} else { |
|
|
this.scanPopupGetFocus() |
|
|
this.scanPopupGetFocus() |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
}else { |
|
|
}else { |
|
|
//防止重复点击 |
|
|
//防止重复点击 |
|
|
// this.$throttle(this.submit, 2000, this)() |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|