更新 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';
if (check()) {
$("#aspnetForm").submit();
// $("#aspnetForm").submit();
window.location.href = "/cart_order";
}
}
$(function() {
$("#aspnetForm").attr("action", "/cart_order");
// window.location.href = "/cart_order";
});
</script>
<!--真爱协议中的内容-->