update login.vue

This commit is contained in:
linfeng 2023-04-10 10:52:27 +08:00
parent ea98ccec1a
commit 9730d1c936

View File

@ -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 => {