|
@@ -239,9 +239,9 @@ onUnmounted(() => {
|
|
|
|
|
|
<!-- 重置密码按钮 -->
|
|
<!-- 重置密码按钮 -->
|
|
<wd-button
|
|
<wd-button
|
|
- type="error"
|
|
|
|
size="large"
|
|
size="large"
|
|
- custom-class="mb-200rpx w-full bandhu-auth-primary-btn"
|
|
|
|
|
|
+ block
|
|
|
|
+ custom-class="mb-40rpx"
|
|
@click="handleStep1"
|
|
@click="handleStep1"
|
|
>
|
|
>
|
|
{{ $t('auth.forgotPassword.button') }}
|
|
{{ $t('auth.forgotPassword.button') }}
|
|
@@ -269,7 +269,6 @@ onUnmounted(() => {
|
|
custom-class="flex-1 bandhu-auth-input-field"
|
|
custom-class="flex-1 bandhu-auth-input-field"
|
|
/>
|
|
/>
|
|
<wd-button
|
|
<wd-button
|
|
- type="error"
|
|
|
|
plain
|
|
plain
|
|
:disabled="countdown > 0"
|
|
:disabled="countdown > 0"
|
|
custom-class="bandhu-auth-secondary-btn"
|
|
custom-class="bandhu-auth-secondary-btn"
|
|
@@ -296,15 +295,15 @@ onUnmounted(() => {
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 密码提示 -->
|
|
<!-- 密码提示 -->
|
|
- <view class="mb-60rpx text-center text-24rpx text-#666">
|
|
|
|
|
|
+ <view class="mb-28rpx px-20rpx text-center text-#5C5C5C line-height-56rpx">
|
|
{{ $t('auth.forgotPassword.passwordHint') }}
|
|
{{ $t('auth.forgotPassword.passwordHint') }}
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 重置密码按钮 -->
|
|
<!-- 重置密码按钮 -->
|
|
<wd-button
|
|
<wd-button
|
|
- type="error"
|
|
|
|
size="large"
|
|
size="large"
|
|
- custom-class="mb-200rpx w-full bandhu-auth-primary-btn"
|
|
|
|
|
|
+ block
|
|
|
|
+ custom-class="mb-40rpx"
|
|
@click="handleResetPassword"
|
|
@click="handleResetPassword"
|
|
>
|
|
>
|
|
{{ $t('auth.forgotPassword.button') }}
|
|
{{ $t('auth.forgotPassword.button') }}
|
|
@@ -313,11 +312,11 @@ onUnmounted(() => {
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 登录提示 -->
|
|
<!-- 登录提示 -->
|
|
- <view class="text-center">
|
|
|
|
- <text class="text-28rpx text-#666">
|
|
|
|
|
|
+ <view class="fixed bottom-20rpx left-0 w-full text-center" :style="{ paddingBottom: `${safeAreaInsets?.bottom + 40}px` }">
|
|
|
|
+ <text class="text-28rpx text-#5C5C5C">
|
|
{{ $t('auth.forgotPassword.hasAccount') }}
|
|
{{ $t('auth.forgotPassword.hasAccount') }}
|
|
</text>
|
|
</text>
|
|
- <text class="text-28rpx text-[var(--wot-color-theme)]" @click="toPage('/pages/login/login')">
|
|
|
|
|
|
+ <text class="ml-10rpx text-28rpx text-[var(--wot-color-theme)]" @click="toPage('/pages/login/login')">
|
|
{{ $t('auth.forgotPassword.loginNow') }}
|
|
{{ $t('auth.forgotPassword.loginNow') }}
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|