From 631dc512b226b346fefaebbedf1ddd79c06cab71 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:06:15 +0800
Subject: [PATCH] 二三给的
---
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