作者 anyv
1 个管道 的构建 通过 耗费 0 秒

0

... ... @@ -430,11 +430,9 @@
*/
function is_my_salesman(id){
console.log(111);
console.log(id);
$.post("{:url('Order/is_my_salesman')}",{indent_id:id},function(data){
if(data){
window.location.href = '/portal/Pay/index/id/'+id;
window.location.href = '/portal/Pay/index?id='+id;
}else{
alert('不再此区域销售');
}
... ...