更新 cart_agreement.html
parent
25d2148d8e
commit
97ad9f1bbb
|
|
@ -58,12 +58,14 @@
|
|||
var nu = '1';
|
||||
|
||||
if (check()) {
|
||||
$("#aspnetForm").submit();
|
||||
// $("#aspnetForm").submit();
|
||||
window.location.href = "/cart_order";
|
||||
}
|
||||
|
||||
}
|
||||
$(function() {
|
||||
$("#aspnetForm").attr("action", "/cart_order");
|
||||
// window.location.href = "/cart_order";
|
||||
});
|
||||
</script>
|
||||
<!--真爱协议中的内容-->
|
||||
|
|
|
|||
Reference in New Issue