页面跳转方式一:
mui.openWindow({
url : ‘mspck.jsp?openid=‘+ data.openid + ‘&ddbh=‘ + data.ddbh,
id : ‘mspck.jsp‘
});
页面跳转方式二:
window.location.href = ‘<%=request.getContextPath() %>/orderAction/mspOrderingQuery2.action?openid=‘+ data.openid + ‘&ddbh=‘ + data.ddbh;
// 收起键盘
document.activeElement.blur();
时间: 2024-10-09 17:12:03