Authored by ping

update

... ... @@ -52,4 +52,5 @@ gateway.url=http://192.168.102.205:8080/gateway
#调用运维发送短信接口时的,需要传入的密码(AES加密)
sendSMS.password=7jVEde87bLffoTnt6tGxmw==
#可口可乐活动,微信分享地址
#cocacola.wechat.share.url=http://testservice.yoho.cn/activity/cocacola/html/index1.html
cocacola.wechat.share.url=http://testservice.yoho.cn/activity/cocacola/html/index1.html
\ No newline at end of file
... ...
... ... @@ -200,7 +200,7 @@
</div>
<div class="footer">
<div class="btn">
<a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho"><img src="/activity/cocacola/images/cokeBtn.png"></a>
<img src="/activity/cocacola/images/cokeBtn.png">
</div>
<span>活动说明</span>
</div>
... ... @@ -212,7 +212,7 @@
<span>Yoho!Buy有货优惠券</span>
</div>
<div class="btn-list">
<span><a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho">下载Yoho!Buy有货</a></span>
<span>下载Yoho!Buy有货</span>
<span style="color: red;">我知道了</span>
</div>
</div>
... ... @@ -284,7 +284,7 @@
}, true);
}
setTimeout(function(){
console.log(1);
window.location.href = "http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho";
}, 2000)
})
$('.btn-list span:eq(1)').on('click',function(){
... ... @@ -298,7 +298,7 @@
}, true);
}
setTimeout(function(){
console.log(1);
window.location.href = "http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho";
}, 2000)
})
</script>
... ... @@ -307,7 +307,7 @@
/**
* 微信分享
*/
(function($) {
(function($) {
if (typeof(wx) == "undefined") {
return;
}
... ... @@ -397,5 +397,6 @@
wx.onMenuShareQQ(shareData);
wx.onMenuShareWeibo(shareData);
});
}(jQuery));
}(jQuery));
</script>
</html>
\ No newline at end of file
... ...
... ... @@ -146,7 +146,7 @@
</div>
<div class="footer">
<div class="btn">
<a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho"><img src="/activity/cocacola/images/cokeBtn.png"></a>
<img src="/activity/cocacola/images/cokeBtn.png">
</div>
<span>活动说明</span>
</div>
... ... @@ -185,6 +185,18 @@
}
}());
</script>
<script>
$('.btn img').on('click',function(){
if (window._yas) {
window._yas.sendCustomInfo({
'downApp': 'Y'
}, true);
}
setTimeout(function(){
window.location.href = "http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho";
}, 2000)
})
</script>
<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
<script type="text/javascript">
/**
... ...