|
@@ -14,11 +14,17 @@
|
|
|
// 屏蔽分享
|
|
|
window.hiddenAllWechatMenu = true;
|
|
|
</script>
|
|
|
+ <style>
|
|
|
+ .order_operate{
|
|
|
+ color: #000; border-radius: 0px;border: 1px solid rgba(0,0,0,.5);
|
|
|
+
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<!--底部菜单开始-->
|
|
|
- <footer class="mui-bar mui-bar-tab" id="footer-bar-tab" style="display: none;">
|
|
|
+ <footer class="mui-bar mui-bar-tab" id="footer-bar-tab">
|
|
|
<a class="mui-tab-item">
|
|
|
<span class="iconfont icon-shouye"></span>
|
|
|
<span class="mui-tab-label">首页</span>
|
|
@@ -41,7 +47,7 @@
|
|
|
<div class="gwc_null">
|
|
|
<img width="130px" src="images/cart-null.png">
|
|
|
<h4 style="margin: 10px 0 20px 0;">购物车还是空的</h4>
|
|
|
- <a href="javascript:;" class="mui-btn my-btn-danger go_web_shop" style="width: 150px;padding: 10px 10px;color: #666;">立即选购</a>
|
|
|
+ <a href="javascript:;" class="mui-btn my-btn-danger order_operate go_web_shop" style=" color: #000; border-radius: 0px; border: 1px solid #000; padding: 7px 0px 7px 0px; width: 100px;font-family: 微软雅黑; font-size: 16px;">立即选购</a>
|
|
|
</div>
|
|
|
<div class="shopping-box">
|
|
|
<div class="shoping-tt">
|
|
@@ -102,7 +108,8 @@
|
|
|
$(".shopping-box,.buy-footer1").hide();
|
|
|
$(".gwc_null").show();
|
|
|
}else{
|
|
|
- mui.each(dt.data.cartList, function(index) {
|
|
|
+ mui.each(dt.data.cartList, function(index) {
|
|
|
+ $("#footer-bar-tab").hide();
|
|
|
var li = document.createElement("li");
|
|
|
li.className = 'mui-table-view-cell mui-media';
|
|
|
var num = this.cartNum;
|