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