edit修改相关内容

This commit is contained in:
admin 2024-02-01 10:06:33 +08:00
parent faa2bb5777
commit c40f30da28

View File

@ -276,7 +276,7 @@ $type = Banner::type();
if('<?=$id?>' == 12){ if('<?=$id?>' == 12){
data.url_type = 6 data.url_type = 6
} }
data.type = 1; data.type = '<?=$is?>'?1:2;
data.status = 1; data.status = 1;
data._csrf = _csrf; data._csrf = _csrf;
$.ajax(url, { $.ajax(url, {