You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
698 B
11 lines
698 B
<!--底部导航-start-->
|
|
<div class="foohi">
|
|
<div class="footer">
|
|
<ul>
|
|
<a href="<?php echo route('weixin'); ?>"><li class="on"><img src="<?php echo env('APP_URL'); ?>/images/weixin/home_icon2.png"><p>首页</p></li></a>
|
|
<a href="categoryList.html"><li><img src="<?php echo env('APP_URL'); ?>/images/weixin/brand_icon.png"><p>分类</p></li></a>
|
|
<a href="<?php echo route('weixin'); ?>/cart"><li><img src="<?php echo env('APP_URL'); ?>/images/weixin/car_icon.png"><p>购物车</p></li></a>
|
|
<a href="<?php echo route('weixin'); ?>/user"><li><img src="<?php echo env('APP_URL'); ?>/images/weixin/center_icon.png"><p>个人中心</p></li></a></ul>
|
|
</div>
|
|
</div>
|
|
<!--底部导航-end-->
|