Authored by 陈峰

Merge branch 'hotfix/yohobi' into 'master'

remove yohobi



See merge request !435
... ... @@ -1196,18 +1196,18 @@ function _detailDataPkg(origin, uid, vipLevel, cookies) {
result.coupon = _getCoupon(coupon);
// 有货币
if (!_.includes(['', '0'], propOrigin('yohoCoinNum'))) {
const C_VALUE = {
type: '返有货币',
des: '每件返 ',
rest: '个 有货币'
};
result.activity.push({
type: C_VALUE.type,
des: `${C_VALUE.des}${propOrigin('yohoCoinNum')}${C_VALUE.rest}`
});
}
// if (!_.includes(['', '0'], propOrigin('yohoCoinNum'))) {
// const C_VALUE = {
// type: '返有货币',
// des: '每件返 ',
// rest: '个 有货币'
// };
// result.activity.push({
// type: C_VALUE.type,
// des: `${C_VALUE.des}${propOrigin('yohoCoinNum')}${C_VALUE.rest}`
// });
// }
// 上市期
if (propOrigin('expect_arrival_time')) {
... ...
{
"name": "yohobuy-node",
"version": "6.9.2",
"version": "6.9.4",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -87,15 +87,15 @@ $('#signin-url').attr('href', window.signinUrl());
$('#reg-url').attr('href', window.registerUrl());
$('.phoneapp').mouseenter(function() {
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
}).click(function() {
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
});
$('.we-chat').mouseenter(function() {
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
}).click(function() {
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
});
// handlebars模板
... ...