更新 cart_agreement.html

master
wangsiyuan 2024-01-18 22:07:12 +08:00
parent 25d2148d8e
commit 97ad9f1bbb
1 changed files with 3 additions and 1 deletions

View File

@ -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>
<!--真爱协议中的内容--> <!--真爱协议中的内容-->