gpt4 book ai didi

javascript - location.reload() 在移动设备上无法正常工作

转载 作者:行者123 更新时间:2023-11-29 02:35:37 26 4
gpt4 key购买 nike

<分区>

location.reload() 在移动设备上无法正常工作...

location.reload() 在桌面浏览器上运行良好,但在移动浏览器 (android) 上运行不正常...

我在 Django 中工作,在 window.location.reload() 之后,来自 modelchoicefields 查询集的 ajax 选择的选定文件丢失了。在台式机上一切正常,但在移动设备上却不行。

我应该更改或添加什么???

您可以看到添加图像的差异... difference between desktop and mobile device working..

代码是 Django 动态选择与先前选择相关的字段的标准 ajax 调用...

<script>
function prosecFunction() {
var response = '';
var selected = document.getElementById("id_proje").value;
console.log(selected);
$.ajax({
url : "demirbas_ariza_listesi/",
type : "GET",
dataType: "text",
data : {
'selected' : selected,
},
success: function() {
window.location.reload();
},
failure: function() {
alert("hata var....veri aktarılamadı...");
}
}); /* ajax kapa...*/
}
</script>

<script>

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com