Authored by 郭成尧

Merge branch 'hotfix/detailInfo' of git.yoho.cn:fe/yohobuywap-node into hotfix/detailInfo

... ... @@ -40,7 +40,7 @@ const itemXmlData = () => {// eslint-disable-line
return api.get('', {method: 'web.product.bdPromotion'}, {cache: 86400}).then(res => {
_.forEach(_.get(res, 'data', ''), val => {
urls.push({
url: 'https:' + helpers.urlFormat(`/product/${val.id}.html`, '', null),
url: 'https:' + helpers.urlFormat(`/product/${val.erpProductId}.html`, '', null),
changefreq: 'daily',
priority: 0.3
});
... ...
... ... @@ -19,10 +19,6 @@ let shareData = {
require('common');
require('common/share')(shareData);
if ($('.share-buy-page').height() < $(window).height()) {
$('.share-buy-page').height($(window).height());
}
if (yoho.isApp) {
if (window.queryString.act_id) {
shareData.link = 'http://m.yohobuy.com/activity/share-buy?act_id=' + window.queryString.act_id;
... ...
.share-buy-page {
width: 100%;
body {
height: 100%;
}
.main-wrap {
height: 100%;
background-image: resolve("activity/share-buy/back.jpg");
background-size: 100%;
}
.share-buy-page {
width: 100%;
height: 100%;
padding-bottom: 145px;
.share-title {
... ...