cef2a3e2 by Zelig

添加下一步

1 parent fcdc49da
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
47 </div> 47 </div>
48 </div> 48 </div>
49 </div> 49 </div>
50
51 <div class="col-sm-offset-4 col-sm-4 pb-20">
52 <button class="btn btn-primary btn-block" type="button" onclick="$('#tab').Huitab({index: 1})">下一步</button>
53 </div>
50 </div> 54 </div>
51 55
52 <!-- 申请信息 --> 56 <!-- 申请信息 -->
...@@ -373,14 +377,18 @@ ...@@ -373,14 +377,18 @@
373 </div> 377 </div>
374 </div> 378 </div>
375 </div> 379 </div>
380
381 <div class="col-sm-offset-4 col-sm-4 pb-20">
382 <button class="btn btn-primary btn-block" type="button" onclick="$('#tab').Huitab({index: 2})">下一步</button>
383 </div>
376 </div> 384 </div>
377 <!-- 资料信息 --> 385 <!-- 资料信息 -->
378 <div class="tabCon"> 386 <div class="tabCon">
379 <?php $this->load->view('work/图片上传'); ?> 387 <?php $this->load->view('work/图片上传'); ?>
380 </div>
381 388
382 <div class="col-sm-offset-4 col-sm-4 pb-20"> 389 <div class="col-sm-offset-4 col-sm-4 pb-20">
383 <button class="btn btn-primary btn-block" type="button" onclick="submit()">提交</button> 390 <button class="btn btn-primary btn-block" type="button" onclick="submit()">提交</button>
391 </div>
384 </div> 392 </div>
385 </form> 393 </form>
386 </div> 394 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!