mui键盘收起、页面的跳转方式2

页面跳转方式一:

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();

posted on 2017-06-13 13:45  binTke  阅读(552)  评论(0编辑  收藏  举报

导航