From ddd6c53c29fc85d419e80e359f586619199a2579 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 19 Dec 2025 11:21:34 +0800
Subject: [PATCH] 1
---
src/views/register/setFond.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/register/setFond.vue b/src/views/register/setFond.vue
index 1e9e99c..650f982 100644
--- a/src/views/register/setFond.vue
+++ b/src/views/register/setFond.vue
@@ -10,7 +10,8 @@
typeText="password" />
<ExInput :label="$t('repassword')" :placeholderText="$t('surePassword')" v-model="repassword"
typeText="password" />
- <van-button class="w-full" style="margin-top:10px;" type="primary" @click="submitBind">{{ $t('sure') }}
+ <van-button class="w-full btnBackground2 btnText" style="margin-top:10px;" type="primary"
+ @click="submitBind">{{ $t('sure') }}
</van-button>
</div>
</div>
--
Gitblit v1.9.3