针对变更饭堂,做修改

Change-Id: I9c5f26112451e81b9154cf2cbfeab5dff6589d1b
This commit is contained in:
vguanyiwgd 2024-04-01 18:00:57 +08:00
parent 613721f31e
commit 349a486f90
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}