修复 js 错误

This commit is contained in:
昭荣伊
2019-08-26 10:03:31 +08:00
parent 45489c6fae
commit 1c040a14dc
+1 -1
View File
@@ -143,7 +143,7 @@ $(function () {
$(".app-delete").click(function () {
var url = "/p/delete/" + $(this).attr("data");
$.post(url, data, function(result){
$.post(url, function(result){
window.location.href = window.location.href
window.location.reload
});