|
@@ -3,13 +3,16 @@
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <meta http-equiv="pragma" content="no-cache">
|
|
|
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
|
- <meta http-equiv="expires" content="0">
|
|
|
<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">
|
|
|
<meta name="format-detection" content="telphone=no, email=no" />
|
|
|
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
|
+ <meta http-equiv="Pragma" content="no-cache" />
|
|
|
+ <meta http-equiv="Expires" content="0" />
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=8">
|
|
|
+ <meta http-equiv="Cache" content="no-cache">
|
|
|
<title>WaterO官方商城</title>
|
|
|
<link rel="stylesheet" type="text/css" href="css/mui.min.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="css/swiper.min.css" />
|
|
@@ -141,8 +144,8 @@
|
|
|
<p class="mui-text-left">高效除氯、净水养肤</p>
|
|
|
</li>
|
|
|
</ul>-->
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+ <div class="go_to_vip"><img src="images/huiyuan_go.png" style="width: 96%; margin-left: 2%; margin-top: 5px; margin-bottom: 15px;"></div>
|
|
|
|
|
|
<div class="index-title go_web_shop">
|
|
|
<strong>经典款净水机</strong><span class="mui-pull-right"><font>更多</font><span class="mui-icon mui-icon-arrowright"></span></span>
|
|
@@ -206,11 +209,14 @@
|
|
|
<script src="js/page/wechat-utils-1.0.js"></script>
|
|
|
</body>
|
|
|
<script>
|
|
|
+
|
|
|
var clickdate = JSON.parse(localStorage.getItem('clickdate'));
|
|
|
mui.ready(function() {
|
|
|
- //springFestivalPop();
|
|
|
+
|
|
|
+ // springFestivalPop();
|
|
|
marquee_Show();
|
|
|
getCartNum();
|
|
|
+
|
|
|
$.ajax(base_path + '/indexData?dates=' + new Date().getTime(), {
|
|
|
dataType: 'json',
|
|
|
type: 'post',
|
|
@@ -221,6 +227,7 @@
|
|
|
crossDomain: true,
|
|
|
success: function(dt) {
|
|
|
if(dt.isRedirect) {
|
|
|
+
|
|
|
location.href = dt.redirectURL;
|
|
|
} else {
|
|
|
var bannerstr = "",
|
|
@@ -315,7 +322,7 @@
|
|
|
crossDomain: true,
|
|
|
success: function(dt) {
|
|
|
if(dt.isRedirect) {
|
|
|
- //location.href = dt.redirectURL;
|
|
|
+ location.href = dt.redirectURL;
|
|
|
} else {
|
|
|
console.log("用户信息刷新成功");
|
|
|
}
|
|
@@ -379,6 +386,10 @@
|
|
|
$(document).on('tap', '.go_web_shop2', function() {
|
|
|
location.href = 'chanpin_list.html?proType=16';
|
|
|
});
|
|
|
+
|
|
|
+ $(document).on('tap', '.go_to_vip', function() {
|
|
|
+ location.href = 'vip-equity.html';
|
|
|
+ });
|
|
|
//春节放假通知弹窗点击事件
|
|
|
$(document).on('tap', '.year-dalog', function() {
|
|
|
if(!window.localStorage) {
|