项目第一次版本提交

This commit is contained in:
2018-11-29 08:53:38 +08:00
commit ba30de2493
49 changed files with 12660 additions and 0 deletions

14
user/right.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/**
*右侧公用文件
*/
?>
<div class="col-sm-3" role="complementary">
<nav class="vnav-wrapper">
<ul>
<li class="active"><a href="qiandao.php">签到记录</a></li>
<li class="active"><a href="xiaofei.php">消费记录</a></li>
</ul>
</nav>
</div>