From 264ae424801ec3d1a1d6046121ecf3884deea069 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 11:36:04 +0800
Subject: [PATCH] Merge branch 'dev6.19' of http://124.156.157.155:8060/r/composite_h5-main into dev6.19
---
src/views/register/setFond.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/register/setFond.vue b/src/views/register/setFond.vue
index 48e8f37..ad34912 100644
--- a/src/views/register/setFond.vue
+++ b/src/views/register/setFond.vue
@@ -72,7 +72,7 @@
}).then((res) => {
// showToast(t('bindSuccess'));
console.log('sss')
- router.push('/identity')
+ router.push('/news')
}).catch((error) => {
showToast(t(error.msg));
});
@@ -93,7 +93,9 @@
<style lang="scss" scoped>
@import '@/assets/css/deepseek_css_20250625_30ff932.css';
-
+.uni-input-input{
+ background-color: #fff;
+}
.setFond {
width: 100%;
height: 100vh;
--
Gitblit v1.9.3