|
@@ -225,8 +225,8 @@ 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
|
|
|
|
+ type="primary"
|
|
:disabled="countdown > 0"
|
|
:disabled="countdown > 0"
|
|
custom-class="bandhu-auth-secondary-btn"
|
|
custom-class="bandhu-auth-secondary-btn"
|
|
@click="getVerificationCode"
|
|
@click="getVerificationCode"
|
|
@@ -252,9 +252,10 @@ onUnmounted(() => {
|
|
|
|
|
|
<!-- 注册按钮 -->
|
|
<!-- 注册按钮 -->
|
|
<wd-button
|
|
<wd-button
|
|
- type="error"
|
|
|
|
size="large"
|
|
size="large"
|
|
- custom-class="mb-200rpx w-full bandhu-auth-primary-btn"
|
|
|
|
|
|
+ block
|
|
|
|
+ type="primary"
|
|
|
|
+ custom-class="mb-40rpx"
|
|
@click="handleRegister"
|
|
@click="handleRegister"
|
|
>
|
|
>
|
|
{{ $t('auth.register.button') }}
|
|
{{ $t('auth.register.button') }}
|
|
@@ -270,6 +271,14 @@ onUnmounted(() => {
|
|
{{ $t('auth.register.loginNow') }}
|
|
{{ $t('auth.register.loginNow') }}
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="fixed bottom-20rpx left-0 w-full text-center" :style="{ paddingBottom: `${safeAreaInsets?.bottom + 20}px` }">
|
|
|
|
+ <text class="text-28rpx text-#666">
|
|
|
|
+ By regstration,you agree to our
|
|
|
|
+ </text>
|
|
|
|
+ <text class="ml-10rpx text-28rpx text-[var(--wot-color-theme)]" @click="toPage('/pages/login/login')">
|
|
|
|
+ Security Privacy
|
|
|
|
+ </text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|