Commit d6c58599 authored by zw's avatar zw

Merge branch 'test'

parents ab99bc9a 7fa74268
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
type: 'POST', type: 'POST',
async: true, async: true,
data: { data: {
'phone': _tel, 'phone': _panfang_tel,
'source':generalize_id 'source':generalize_id
}, },
dataType: 'json', dataType: 'json',
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
type: 'POST', type: 'POST',
async: true, async: true,
data: { data: {
'phone': _tel 'phone': _panfang_tel
}, },
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
......
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