e064a6fb by wang

init

1 parent 39bdc4ed
......@@ -3,7 +3,7 @@
<body>
<div class="panel panel-default mb-20">
<form>
<input type="hidden" name="source" value="1">
<!-- <input type="hidden" name="source" value="1">-->
<div class="panel-body cl">
<div class="row cl">
<input type="hidden" name="id" value="<?=$id?>">
......@@ -176,7 +176,7 @@
function save() {
var data = $("form").serializeJson();
console.log(data);
if(data['source'][1] == 0){
if(data['source'] == 0){
layer.alert('自动还款不能编辑');
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!