|
|
@@ -65,8 +65,9 @@ export default {
|
|
|
this.type = type
|
|
|
this.$emit('formChange', 1,'process')
|
|
|
},
|
|
|
- submit() {
|
|
|
- this.$emit('formSubmit',1, this.type)
|
|
|
+ async submit() {
|
|
|
+ var bool=await this.checkMobile();
|
|
|
+ if(bool) this.$emit('formSubmit',1, this.type)
|
|
|
}
|
|
|
}
|
|
|
}
|