Commit f47d41a8 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 6f2bd666
......@@ -218,7 +218,9 @@ table.on('tool(table1)', function(obj) {
});
},
btn1: function() {
$.get('/admin/coin-recommend/add', $("#form1").serialize(), function(rev) {
var data = $("#form1").serialize();
data += "&platform_id="+$('#platform_id').val();
$.get('/admin/coin-recommend/add', data, function(rev) {
layer.msg(rev.msg);
if (0 == rev.code) {
layer.close(index);
......
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