feat: 未建立商联,首次登陆页面
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</Input>
|
||||
<p class="color-#F64B31 text-12px font-400 lh-20px font-family-regular" v-if="errMsg">
|
||||
<p class="color-#F64B31 text-12px font-400 lh-20px font-family-regular" v-show="errMsg">
|
||||
{{ errMsg }}
|
||||
</p>
|
||||
</FormItem>
|
||||
@ -43,7 +43,7 @@
|
||||
<img :src="visible ? icon2 : icon1" width="20" height="20" class="cursor-pointer" />
|
||||
</template>
|
||||
</Input.Password>
|
||||
<p class="color-#F64B31 text-12px font-400 lh-20px font-family-regular" v-if="errMsg">
|
||||
<p class="color-#F64B31 text-12px font-400 lh-20px font-family-regular" v-show="errMsg">
|
||||
{{ errMsg }}
|
||||
</p>
|
||||
</FormItem>
|
||||
@ -263,9 +263,9 @@ const getCaptcha = async () => {
|
||||
};
|
||||
|
||||
// 验证码验证通过后
|
||||
const handleVerificationSubmit = () => {
|
||||
const handleVerificationSubmit = async () => {
|
||||
isVerificationVisible.value = false;
|
||||
postClearRateLimiter();
|
||||
await postClearRateLimiter();
|
||||
getCaptcha();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user