From b946b74ca674f7e7a04d99a960040438c95ef22d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 20 十一月 2025 16:53:13 +0800
Subject: [PATCH] 优化
---
h5/pages/driver/forgetPsd.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/h5/pages/driver/forgetPsd.vue b/h5/pages/driver/forgetPsd.vue
index b2d5c36..acb83b1 100644
--- a/h5/pages/driver/forgetPsd.vue
+++ b/h5/pages/driver/forgetPsd.vue
@@ -57,7 +57,7 @@
onLoad(option) {
if(option.phone){
- this.$set(this.form, 'phone', option.phone)
+ this.$set(this.form, 'phone', option.phone || '')
}
},
--
Gitblit v1.9.3