解决发送短信的问题

This commit is contained in:
lemon橪
2021-05-18 18:02:25 +08:00
parent 9dfc3a1eba
commit 3efefc4c02
2 changed files with 5 additions and 5 deletions

View File

@@ -710,7 +710,7 @@ export default {
//发送短信
sendSms() {
this.$refs.smsForm.validate((valid) => {
const mobile = JSON.stringify(this.alreadyCheck);
const mobile = this.alreadyCheck;
this.smsForm.mobile = mobile;
if (valid) {
API_Setting.sendSms(this.smsForm).then((res) => {