|
@@ -52,6 +52,7 @@
|
|
|
.pro-list .pro-price{font-size: 14px;margin-top: 8px;padding: 0;text-align: left;}
|
|
|
.pro-list .pro-price span{color: #db3f53;}
|
|
|
.pro-list .pro-price s{color: #bbb;margin-left: 15px;}
|
|
|
+.swiper-slide img{pointer-events: none;}
|
|
|
</style>
|
|
|
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
|
|
|
<script>
|
|
@@ -143,7 +144,7 @@
|
|
|
<div class="mui-text-left">
|
|
|
<div class="mui-media-body">Aiberle桌面净水机滤芯</div>
|
|
|
<h6>原装配件、替换滤芯套装</h6>
|
|
|
- <div class="pro-price"><span>¥699</span><s>¥799</s></div>
|
|
|
+ <div class="pro-price"><span>¥799</span><s>¥1165</s></div>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
@@ -189,6 +190,7 @@
|
|
|
<script src="js/mui.min.js"></script>
|
|
|
<script src="js/jquery-2.1.1.min.js"></script>
|
|
|
<script src="js/main.js"></script>
|
|
|
+ <script src="js/wechat-utils-1.0.js"></script>
|
|
|
</body>
|
|
|
<script>
|
|
|
//ajax loading
|
|
@@ -208,8 +210,26 @@
|
|
|
location.href = 'pro-details.html?productId='+$(this).attr("proid");
|
|
|
});
|
|
|
mui.ready(function() {
|
|
|
+ fenxiang();
|
|
|
$(".loading").hide().css("opacity", "0"); //隐藏(正在加载...)
|
|
|
});
|
|
|
+ //分享
|
|
|
+ function fenxiang() {
|
|
|
+ var src = location.href;
|
|
|
+ window.wxFriend = {
|
|
|
+ "appId": "",
|
|
|
+ "imgUrl": '//s.iamberry.com/aiberle/wechat/images/618share.jpg',
|
|
|
+ "link": src,
|
|
|
+ "desc": '618年中大促,全场惊喜价,买就送,满就减',
|
|
|
+ "title": 'Aiberle爱贝源',
|
|
|
+ "netError": "您的网络异常,请刷新重试!如多次刷新无效,请向我们反应 ~",
|
|
|
+ "shareTimeSuccess": "分享成功",
|
|
|
+ "shareTimeCancel": "已取消分享",
|
|
|
+ "shareAppSuccess": "分享成功!",
|
|
|
+ "shareAppCancel": "已取消分享"
|
|
|
+ };
|
|
|
+ getConfig();
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
</html>
|