From 1382a7990e9b13f60c6416ada5477673a934dd16 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 29 八月 2024 09:02:57 +0800
Subject: [PATCH] ll

---
 h5/pages/driver/reserved.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/h5/pages/driver/reserved.vue b/h5/pages/driver/reserved.vue
index 3477489..0683f0f 100644
--- a/h5/pages/driver/reserved.vue
+++ b/h5/pages/driver/reserved.vue
@@ -211,12 +211,14 @@
 			this.$forceUpdate();
 			this.closeInput();
 		},
+		closeInput() {
+			this.$refs.keyboard.close();
+		},
 		copy(){
 			if(this.param.carCodeFront){
 				this.$set(this.param, 'carCodeBack', this.param.carCodeFront)
 				this.showToast('澶嶅埗鎴愬姛');
 			}
-			
 		},
 		handleUpload() {
 			let token = uni.getStorageSync('token') || ''
@@ -260,9 +262,6 @@
 			  }
 			})
 		},
-		closeInput() {
-			this.$refs.keyboard.close();
-		}
 	}
 };
 </script>

--
Gitblit v1.9.3