feat: 未建立商联,首次登陆页面
This commit is contained in:
@ -48,7 +48,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>
|
||||
@ -283,9 +283,9 @@ const getCaptcha = async () => {
|
||||
};
|
||||
|
||||
// 验证码验证通过后
|
||||
const handleVerificationSubmit = () => {
|
||||
const handleVerificationSubmit = async () => {
|
||||
isVerificationVisible.value = false;
|
||||
postClearRateLimiter();
|
||||
await postClearRateLimiter();
|
||||
getCaptcha();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user