mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 23:45:08 +08:00
请求响应错误统一处理
This commit is contained in:
@ -78,12 +78,9 @@ export default {
|
||||
})
|
||||
},
|
||||
handleSubmit() {
|
||||
this.$refs.form
|
||||
.validate()
|
||||
.then(res => {
|
||||
uni.$u.toast('点击了注册账号')
|
||||
})
|
||||
.catch(err => {})
|
||||
this.$refs.form.validate().then(res => {
|
||||
uni.$u.toast('点击了注册账号')
|
||||
})
|
||||
},
|
||||
navigateBack() {
|
||||
uni.navigateBack()
|
||||
|
Reference in New Issue
Block a user