|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <uni-popup ref="dlRef" :animation="true" :is-mask-click="false" mask-background-color="rgba(255, 255, 255, 0.6);">
|
|
|
+ <uni-popup ref="dlRef" :animation="false" :is-mask-click="false" mask-background-color="rgba(255, 255, 255, 0.6);">
|
|
|
<view class="ezy-login-page go-login-page">
|
|
|
<view @click="handleBack" class="ezy-nav-bar-icon yzm-nav-bar-icon"></view>
|
|
|
<icon class="login-img"></icon>
|
|
|
@@ -19,7 +19,7 @@
|
|
|
@input="clearYzmInput" />
|
|
|
<view class="close-btn" v-if="loginData.clearYzmIcon" @click="clearYzm"></view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<text class="yzm-text-btn" @click="startCountdown">{{loginData.buttonText}}</text>
|
|
|
<!-- <text class="cxfs-btn" @click="startCountdown"
|
|
|
:class="{ 'cxfs-btn-disabled': loginData.isDisabled}">{{loginData.buttonText}}</text> -->
|
|
|
@@ -41,7 +41,7 @@
|
|
|
<ezyActiveVue class="ezy-btn-active login-btn yzm-btn" @aclick="handleLogin" :class="loginData.yzmStatus">登录
|
|
|
</ezyActiveVue>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
<!-- 政策协议 -->
|
|
|
@@ -51,7 +51,7 @@
|
|
|
@captchaFail="captchaFail" @captchaReady="captchaReady" @captchaClose="captchaClose"></captchaVue>
|
|
|
<!-- 确认协议 -->
|
|
|
<agree-dialog ref="agreeDialogRef" @confirm-btn="confirmBtn"></agree-dialog>
|
|
|
-
|
|
|
+
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
@@ -289,7 +289,7 @@
|
|
|
loginData.buttonText = `(${loginData.timeLeft}S)`;
|
|
|
startCountdown();
|
|
|
Object.assign(sliderData, result)
|
|
|
-
|
|
|
+
|
|
|
getYzmBtn();
|
|
|
}
|
|
|
|
|
|
@@ -311,4 +311,4 @@
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
-</style>
|
|
|
+</style>
|