Authored by ping

update

... ... @@ -17,11 +17,11 @@
html,body{
width: 100%;
height: 100%;
background: #e10c1e;
}
.page{
width: 100%;
height: 100%;
overflow: hidden;
background: #e10c1e;
}
... ... @@ -164,6 +164,7 @@
width: 100%;
height: auto;
overflow: hidden;
padding-bottom: 2rem;
}
.footer .btn{
width: 75.25%;
... ... @@ -310,7 +311,7 @@
if (typeof(wx) == "undefined") {
return;
}
var shareUrl = "";
/* var shareUrl = "";
$.ajax({
async : false,
url : "/activity/cocacola/CocacolaController/getWechatShareUrl",
... ... @@ -321,12 +322,12 @@
}
shareUrl = data.data.wechatShareUrl;
}
});
}); */
var _weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage';
var shareTitle = '来Yoho!Buy有货玩潮流,潮流逛不停';
var shareImg = 'http://img12.static.yhbimg.com/activity/2016/04/07/11/02b3b297581ace1ca6251f7f9e67ca7937.jpg';
var shareDesc = '揭盖赢福利,潮流逛不停';
var shareLink = shareUrl;
var shareLink = "http://feature.yoho.cn/activity/cocacola/index.html";
$.getJSON(_weChatInterface + '?pageurl=' +
encodeURIComponent(location.href.split('#')[0]) + '&callback=?', function(json) {
var _appId, _timestamp, _nonceStr, _signature;
... ...
... ... @@ -362,7 +362,7 @@ $('#verification').bind('input propertychange', function(){
if (typeof(wx) == "undefined") {
return;
}
var shareUrl = "";
/* var shareUrl = "";
$.ajax({
async : false,
url : "/activity/cocacola/CocacolaController/getWechatShareUrl",
... ... @@ -373,12 +373,12 @@ $('#verification').bind('input propertychange', function(){
}
shareUrl = data.data.wechatShareUrl;
}
});
}); */
var _weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage';
var shareTitle = '来Yoho!Buy有货玩潮流,潮流逛不停';
var shareImg = 'http://img12.static.yhbimg.com/activity/2016/04/07/11/02b3b297581ace1ca6251f7f9e67ca7937.jpg';
var shareDesc = '揭盖赢福利,潮流逛不停';
var shareLink = shareUrl;
var shareLink = "http://feature.yoho.cn/activity/cocacola/index.html";
$.getJSON(_weChatInterface + '?pageurl=' +
encodeURIComponent(location.href.split('#')[0]) + '&callback=?', function(json) {
var _appId, _timestamp, _nonceStr, _signature;
... ...