20612be2 by wang

init

1 parent a967f5f5
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
179 var data = $("form").serializeJson(); 179 var data = $("form").serializeJson();
180 console.log(data); 180 console.log(data);
181 if(data['source'] == 0){ 181 if(data['source'] == 0){
182 layer.alert('自动还款不能编辑'); 182 layer.alert('自动生成的还款不能编辑');
183 return false; 183 return false;
184 } 184 }
185 $.ajax({ 185 $.ajax({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!