From 64b01b090f50ff7d99ac5dc73c841cbcdee13b35 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 17 七月 2023 09:38:03 +0800 Subject: [PATCH] no message --- public/html/compareprice.html | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/public/html/compareprice.html b/public/html/compareprice.html index c03076a..4cb5246 100644 --- a/public/html/compareprice.html +++ b/public/html/compareprice.html @@ -409,7 +409,8 @@ { if (event.keyCode == 13) { - app.onTextareaKeyDown(); + app.search(); + document.activeElement.blur(); } } @@ -432,10 +433,6 @@ txtplaceholder:'1銆佹敮鎸佹窐瀹濄�佸ぉ鐚�佷含涓溿�佹姈闊炽�佹嫾澶氬绛夊钩鍙癨r\n2銆佽绮樿创鎮ㄩ渶瑕佽浆鎹㈢殑鍒嗕韩鏂囨/閾炬帴鍜屽彛浠�/鍟嗗搧閾炬帴;涓嶆敮鎸佸埜閾炬帴' }, methods:{ - onTextareaKeyDown:function(event) - { - alert('浣犵偣鍑讳簡鍥炶溅閿�') - }, //鏌ヨ search:function() { -- Gitblit v1.9.3