From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/pages/driver/register.vue |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/h5/pages/driver/register.vue b/h5/pages/driver/register.vue
index 89fe60a..743db75 100644
--- a/h5/pages/driver/register.vue
+++ b/h5/pages/driver/register.vue
@@ -3,7 +3,7 @@
     <image class="login_bg" src="@/static/login_bg@2x.png" />
     <image class="login_logo" src="@/static/logo@2x.png" mode="widthFix" />
     <view class="login_title">瀹夋嘲鐗╂祦鏅烘収鍥尯</view>
-    <view class="login_title">鐗╂祦杞﹀徃鏈虹櫥褰�</view>
+    <view class="login_title">鐗╂祦杞﹀徃鏈�</view>
     <view class="login_list">
       <view class="login_list_item">
         <image src="@/static/login_ic_phone@2x.png" mode="widthFix" />
@@ -102,16 +102,12 @@
         ...form
       }).then(res => {
         if (res && res.code == 200) {
+					this.showToast('娉ㄥ唽鎴愬姛,璇峰墠寰�鐧诲綍')
           setTimeout(() => {
-            uni.showToast({
-              title: '娉ㄥ唽鎴愬姛,璇峰墠寰�鐧诲綍',
-              icon: 'none',
-              duration: 2000
-            })
-          })
-          uni.redirectTo({
-            url: "/pages/driver/login"
-          })
+						uni.redirectTo({
+						  url: "/pages/driver/login"
+						})
+					}, 500)
         }
       })
     }

--
Gitblit v1.9.3