update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import {defineModel, defineProps, ref} from 'vue';
|
||||
import {Message, Notification} from "@arco-design/web-vue";
|
||||
import {Message} from "@arco-design/web-vue";
|
||||
import Api from "../../api/index.js";
|
||||
|
||||
const verificationCode = defineModel('verificationCode', {type: String});
|
||||
@@ -40,7 +40,7 @@ const verifyPhone = async () => {
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
Notification.error({
|
||||
Message.warning({
|
||||
title: '手机号错误',
|
||||
content: '请检查后重新输入'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user