diff --git a/public/themes/simpleboot3/user/center/evaluate.html b/public/themes/simpleboot3/user/center/evaluate.html index df40ffb..9b74c13 100644 --- a/public/themes/simpleboot3/user/center/evaluate.html +++ b/public/themes/simpleboot3/user/center/evaluate.html @@ -304,7 +304,6 @@ more: more, rank: $(".active").attr('data-rank') } - console.log(data); $.ajax({ url: "", data: data, diff --git a/public/themes/simpleboot3/user/center/refund.html b/public/themes/simpleboot3/user/center/refund.html index ae32de4..2ae8239 100644 --- a/public/themes/simpleboot3/user/center/refund.html +++ b/public/themes/simpleboot3/user/center/refund.html @@ -90,6 +90,12 @@ if(!window.confirm('是否提交退货申请?')) { return false; }else { + var cause = $("#cause").val(); + cause = $.trim(cause) + if(cause == '') { + alert('请详细填写退款原因'); + return false; + } $.ajax({ url:"{:url('user/Center/refund')}", data:{