update login.vue
This commit is contained in:
parent
ea98ccec1a
commit
9730d1c936
@ -63,6 +63,7 @@
|
|||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '正在获取验证码'
|
title: '正在获取验证码'
|
||||||
})
|
})
|
||||||
|
//模拟发送
|
||||||
this.$H.post("user/sendSmsCode", {
|
this.$H.post("user/sendSmsCode", {
|
||||||
mobile: this.form.mobile
|
mobile: this.form.mobile
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
Loading…
Reference in New Issue
Block a user