Kaynağa Gözat

feat: 注册静态页面修改

liangan 1 ay önce
ebeveyn
işleme
7aa8df87f0
1 değiştirilmiş dosya ile 12 ekleme ve 3 silme
  1. 12 3
      src/pages/register/register.vue

+ 12 - 3
src/pages/register/register.vue

@@ -225,8 +225,8 @@ onUnmounted(() => {
               custom-class="flex-1 bandhu-auth-input-field"
             />
             <wd-button
-              type="error"
               plain
+              type="primary"
               :disabled="countdown > 0"
               custom-class="bandhu-auth-secondary-btn"
               @click="getVerificationCode"
@@ -252,9 +252,10 @@ onUnmounted(() => {
 
         <!-- 注册按钮 -->
         <wd-button
-          type="error"
           size="large"
-          custom-class="mb-200rpx w-full bandhu-auth-primary-btn"
+          block
+          type="primary"
+          custom-class="mb-40rpx"
           @click="handleRegister"
         >
           {{ $t('auth.register.button') }}
@@ -270,6 +271,14 @@ onUnmounted(() => {
           {{ $t('auth.register.loginNow') }}
         </text>
       </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>
 </template>