`

window.location.href 传参url

 
阅读更多



 

<!-- 正解  -->
function fabu(){

            $.ajax({
                cache: true,
                type: "POST",
                url:"${wxTongchenghuodong==null?"/pcSacontent/launch_event_add":"/pcSacontent/updateIssue"}",
                data:$('#myform').serialize(),// 你的formid
                async: false,
                success: function(data) {
                    alert(data);
                    var val = document.getElementById("issueid").value;
                    var urlU = "/pcSacontent/toUpdateIssue?id="+val;
                    window.location.href='${wxTongchenghuodong==null?"/pcSacontent/launch_event":urlurlU}';
                }
            });
        }

 需要拼接url

  • 大小: 59.7 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics