diff --git a/public/themes/simpleboot3/portal/order/get_all.html b/public/themes/simpleboot3/portal/order/get_all.html index 25656b4..c79ce7a 100755 --- a/public/themes/simpleboot3/portal/order/get_all.html +++ b/public/themes/simpleboot3/portal/order/get_all.html @@ -432,7 +432,7 @@ $.post("{:url('Order/is_my_salesman')}",{indent_id:id},function(data){ if(data){ - window.location.href = "{:url('Pay/index',array('id'=>id))}"; + window.location.href = "{:url('Pay/index')}?id="+id; }else{ alert('不再此区域销售'); }