From 349a486f905d6fa6f16d9fdd9a08686290104ff0 Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Mon, 1 Apr 2024 18:00:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9=E5=8F=98=E6=9B=B4=E9=A5=AD?= =?UTF-8?q?=E5=A0=82=EF=BC=8C=E5=81=9A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9c5f26112451e81b9154cf2cbfeab5dff6589d1b --- m/js/main.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/m/js/main.js b/m/js/main.js index d163b52..9838bef 100644 --- a/m/js/main.js +++ b/m/js/main.js @@ -6925,6 +6925,14 @@ $(function () { var tourl = $.getURLParameter('tourl'); if(tourl){ + if(tourl == 'changeFt.html'){ + $(document) + .off('click', '.changeFt') + .on('click', '.changeFt', function () { + $(page).find('input[name=changeFt]').select('open'); + }); + return; + } $.router.replacePage(tourl); return; }