83765395 by wang

init

1 parent 3597800a
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
175 <script> 175 <script>
176 function save() { 176 function save() {
177 var data = $("form").serializeJson(); 177 var data = $("form").serializeJson();
178 console.log(data['source']); 178 console.log(data);
179 if(data['source'][1] == 0){ 179 if(data['source'][1] == 0){
180 layer.alert('自动还款不能编辑'); 180 layer.alert('自动还款不能编辑');
181 return false; 181 return false;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!