| New file |
| | |
| | | <div id="component" > |
| | | |
| | | <div class="row"> |
| | | <div class="steps clearfix"> |
| | | <ul role="tablist"> |
| | | <li role="tab" v-bind:class="{ current: serviceBindingInfo.step==1,disabled:serviceBindingInfo.step!=1 }" > |
| | | <a> |
| | | <span class="current-info audible">current step: </span> |
| | | <span class="number">1.</span> 基本信息 |
| | | </a> |
| | | </li> |
| | | <li role="tab" v-bind:class="{ current: serviceBindingInfo.step==2,disabled:serviceBindingInfo.step!=2 }"> |
| | | <a> |
| | | <span class="number">2.</span> 扩展信息 |
| | | </a> |
| | | </li> |
| | | <li role="tab" v-bind:class="{ current: serviceBindingInfo.step==3,disabled:serviceBindingInfo.step!=3 }"> |
| | | <a> |
| | | <span class="number">3.</span> 证件信息 |
| | | </a> |
| | | </li> |
| | | <li role="tab" v-bind:class="{ current: serviceBindingInfo.step==4,disabled:serviceBindingInfo.step!=4 }"> |
| | | <a> |
| | | <span class="number">4.</span> 须知 |
| | | </a> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| New file |
| | |
| | | /** |
| | | 入驻小区 |
| | | **/ |
| | | (function(vc){ |
| | | var DEFAULT_PAGE = 1; |
| | | var DEFAULT_ROWS = 10; |
| | | vc.extends({ |
| | | data:{ |
| | | serviceBindingInfo:{ |
| | | step:1, |
| | | } |
| | | }, |
| | | _initMethod:function(){ |
| | | vc.component._listServices(DEFAULT_PAGE, DEFAULT_ROWS); |
| | | }, |
| | | _initEvent:function(){ |
| | | |
| | | }, |
| | | methods:{ |
| | | _listServices:function(_page, _rows){ |
| | | |
| | | } |
| | | } |
| | | }); |
| | | })(window.vc); |
| | |
| | | <div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce"> |
| | | <div id="component"> |
| | | <div class="row"> |
| | | <div class="col-lg-12"> |
| | | <div class="ibox"> |
| | |
| | | <meta charset="UTF-8"/> |
| | | <title>服务绑定|java110</title> |
| | | <vc:create name="commonTop"></vc:create> |
| | | <link href="/css/plugins/steps/jquery.steps.css" rel="stylesheet"/> |
| | | </head> |
| | | <body> |
| | | <vc:create name="bodyTop"></vc:create> |
| | |
| | | </div> |
| | | <!-- id="component" --> |
| | | <div class="wrapper wrapper-content animated fadeInRight"> |
| | | <vc:create name="appManage"></vc:create> |
| | | <vc:create name="serviceBinding"></vc:create> |
| | | </div> |
| | | |
| | | <vc:create name="copyright"></vc:create> |