记得上下班打卡 | git大法好,push需谨慎

Commit 4754e413 authored by dongchun's avatar dongchun

修改代理相关内容

parent 56f08c78
...@@ -209,11 +209,12 @@ ...@@ -209,11 +209,12 @@
name: body.find('#name').val(), name: body.find('#name').val(),
performancesId: body.find('#searchIpt').attr('data-id'), performancesId: body.find('#searchIpt').attr('data-id'),
phone: body.find('#phone').val(), phone: body.find('#phone').val(),
ticket: Number(body.find('#ticket').val()) ticket: body.find('#ticket').val()
} }
for(let i in data) { for(let i in data) {
if (!data[i]) return layer.msg('请将必填项填写完整!') if (!data[i]) return layer.msg('请将必填项填写完整!')
} }
data.ticket = Number(data.ticket);
$.ajax({ $.ajax({
url:'/smile/user/saveInvitedAgent', url:'/smile/user/saveInvitedAgent',
type:'post', type:'post',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment