feat:在线缴费
Showing
3 changed files
with
9 additions
and
2 deletions
| ... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
| 52 | <dd><a href="">电商平台</a></dd> | 52 | <dd><a href="">电商平台</a></dd> |
| 53 | </dl> | 53 | </dl> |
| 54 | </li> | 54 | </li> |
| 55 | <li class="layui-nav-item"><a href="">在线缴费</a></li> | 55 | <li class="layui-nav-item"><a href="../zxjf/index.html">在线缴费</a></li> |
| 56 | <li class="layui-nav-item" class="item_last_child"><a href="">好差评</a></li> | 56 | <li class="layui-nav-item" class="item_last_child"><a href="">好差评</a></li> |
| 57 | </ul> | 57 | </ul> |
| 58 | </div> | 58 | </div> | ... | ... |
| ... | @@ -37,4 +37,7 @@ | ... | @@ -37,4 +37,7 @@ |
| 37 | } | 37 | } |
| 38 | .layui-laypage .layui-laypage-curr .layui-laypage-em { | 38 | .layui-laypage .layui-laypage-curr .layui-laypage-em { |
| 39 | background-color: #1E9FFF; | 39 | background-color: #1E9FFF; |
| 40 | } | ||
| 41 | .payOnline { | ||
| 42 | background-color: #FF5722; | ||
| 40 | } | 43 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -177,7 +177,11 @@ | ... | @@ -177,7 +177,11 @@ |
| 177 | {{d.LAY_TABLE_INDEX+1}} | 177 | {{d.LAY_TABLE_INDEX+1}} |
| 178 | </script> | 178 | </script> |
| 179 | <script type="text/html" id="barDemo"> | 179 | <script type="text/html" id="barDemo"> |
| 180 | <a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="payOnline">在线缴费</a> | 180 | {{# if(d.state=='0'){ }} |
| 181 | <a class="layui-btn layui-btn-xs payOnline" lay-event="payOnline">在线缴费</a> | ||
| 182 | {{# } else{}} | ||
| 183 | <a class="layui-btn layui-btn-xs" lay-event="payOnline">查看结果</a> | ||
| 184 | {{# } }} | ||
| 181 | </script> | 185 | </script> |
| 182 | <script type="text/html" id="state"> | 186 | <script type="text/html" id="state"> |
| 183 | {{# if(d.state=='1'){ }} | 187 | {{# if(d.state=='1'){ }} | ... | ... |
-
Please register or sign in to post a comment