更新 cart_order.html
parent
97ad9f1bbb
commit
44b64aa9df
|
|
@ -179,15 +179,16 @@
|
|||
//check
|
||||
if ($(".shop_adress-top:not(:last) :radio:checked").length == 0) {
|
||||
alert("请先选择一个地址。");
|
||||
return;
|
||||
}
|
||||
var nu = '1';
|
||||
|
||||
$("#aspnetForm").submit();
|
||||
// $("#aspnetForm").submit();
|
||||
window.location.href = "/cart_order_success";
|
||||
|
||||
}
|
||||
$(function() {
|
||||
$("#aspnetForm").attr("action", "/cart_order_success");
|
||||
// window.location.href = "/cart_order_success";
|
||||
// $("#aspnetForm").attr("action", "/cart_order_success");
|
||||
});
|
||||
</script>
|
||||
<!--内容-->
|
||||
|
|
|
|||
Reference in New Issue