|
@@ -119,7 +119,9 @@ export default defineComponent({
|
|
|
const onSendSms = async () => {
|
|
|
if (data.sendMsg.includes('s')) return;
|
|
|
onCountDown();
|
|
|
- showToast('验证码已发送');
|
|
|
+ setTimeout(() => {
|
|
|
+ showToast(`已向负责人发送短信验证码`);
|
|
|
+ }, 100);
|
|
|
};
|
|
|
const onCountDown = () => {
|
|
|
data.sendMsg = '60s';
|
|
@@ -526,6 +528,7 @@ export default defineComponent({
|
|
|
v-model:value={data.imgCodeStatus}
|
|
|
clientId="cooleshow-teacher"
|
|
|
type="REGISTER"
|
|
|
+ showTips={false}
|
|
|
phone={forms.educationalAdministrationPhone}
|
|
|
onClose={() => {
|
|
|
data.imgCodeStatus = false;
|