123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <link rel="stylesheet" type="text/css" href="http://static.iamberry.com/css/mui.min.css?v=2016101701" />
- <link rel="stylesheet" type="text/css" href="http://static.iamberry.com/css/shop/iconfont.css?v=2016101701" />
- <link rel="stylesheet" type="text/css" href="http://static.iamberry.com/css/shop/style.css?v=2016101701" />
- <link rel="stylesheet" type="text/css" href="http://static.iamberry.com/css/shop/coupon.css?v=2016101701" />
- <script type="text/javascript">
- // 屏蔽分享
- window.hiddenAllWechatMenu = true;
- </script>
- </head>
- <body>
- <div class="loading-bg">
- <div class="mui-loading">
- <div class="mui-spinner">
- </div>
- 加载中...
- </div>
- </div>
- <nav class="mui-bar mui-bar-tab" id="footer-bar">
- <a class="mui-tab-item" >
- <div class="iconfont icon-home"></div>
- <span class="mui-tab-label">首页</span>
- </a>
- <a class="mui-tab-item">
- <div class="iconfont icon-gouwuche"><span class="mui-badge">0</span></div>
- <span class="mui-tab-label">购物车</span>
- </a>
- <a class="mui-tab-item">
- <div class="iconfont icon-dingdan"></div>
- <span class="mui-tab-label">我的订单</span>
- </a>
- <a class="mui-tab-item">
- <div class="iconfont icon-vip"></div>
- <span class="mui-tab-label">会员中心</span>
- </a>
- </nav>
- <div class="mui-content">
- <ul class="mui-table-view my-yhq">
-
- </ul>
- <div class="no_yhq"><img src="http://static.iamberry.com/images/shop/no_yhq.png" /></div>
- </div>
- <script src="http://static.iamberry.com/js/mui.min.js?v=2016101701"></script>
- <script src="http://static.iamberry.com/js/jquery-2.1.1.min.js"></script>
- <script src="http://static.iamberry.com/js/shop/main.js?v=2016101701"></script>
- <script src="http://static.iamberry.com/js/shop/wechat-utils-1.0.js"></script>
- <script src="http://static.iamberry.com/js/shop/coupon.js?v=2016101701"></script>
- </body>
- </html>
|