ecc2cb7f by yangjianbin

init

1 parent 778442a8
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
42 </div> 42 </div>
43 </div> 43 </div>
44 </div> 44 </div>
45 45 <input type="hidden" name="orderId" value="<?=$id?>">
46 </form> 46 </form>
47 47
48 <div class="row cl pb-20 col-sm-12"> 48 <div class="row cl pb-20 col-sm-12">
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
64 icon: 3 64 icon: 3
65 }, function(){ 65 }, function(){
66 var data = $('#form').serializeJson(); 66 var data = $('#form').serializeJson();
67 data.status = 1;
67 $.ajax({ 68 $.ajax({
68 type: 'post', 69 type: 'post',
69 url: apiBaseUrl + 'flow/saveFirstCheck', 70 url: apiBaseUrl + 'flow/saveFirstCheck',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!