From 4441f2844c05493aa0246b8484db5a4398790874 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Thu, 17 Oct 2019 19:36:09 +0800 Subject: [PATCH] bug3 --- Application/Mobile/View/Ssg/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Mobile/View/Ssg/index.html b/Application/Mobile/View/Ssg/index.html index 0d4512644..2b503b31b 100644 --- a/Application/Mobile/View/Ssg/index.html +++ b/Application/Mobile/View/Ssg/index.html @@ -230,7 +230,7 @@ var index = { }) $("#selectVal").on("keyup",function(){ // index.select.game_name =$(this).val().replace(/\s*/g,""); - index.select.game_name =$(this).val().replace(/[^\w\s]/gi,""); + index.select.game_name =$(this).val().replace(/[\w\s]/g,""); index.select.type = 0; index.getgamelist() })