Commit 84b4263e authored by agping's avatar agping

1

parent 7c4c7222
...@@ -106,6 +106,8 @@ define (['doT', 'text!temp/cash_account_list_template_tpl.html', 'css!style/home ...@@ -106,6 +106,8 @@ define (['doT', 'text!temp/cash_account_list_template_tpl.html', 'css!style/home
beforeSend: function() {}, beforeSend: function() {},
success: function(_data) { success: function(_data) {
alert(_data.msg); alert(_data.msg);
redEnvelope.getList(1);
}, },
error: function() { error: function() {
alert('enter error'); alert('enter error');
......
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