Authored by ccbikai(👎🏻🍜)

Merge branch 'release/5.3' of git.yoho.cn:fe/yohobuywap-node into release/5.3

... ... @@ -44,9 +44,6 @@ plusstar = {
// 事情委托机制
$tabUlDom.bind('click', function(event) {
if (!window._yas || !window._yas.sendCustomInfo) {
return;
}
$liDom = $(event.target).closest('li');
... ... @@ -59,6 +56,9 @@ plusstar = {
that.ParentLiDom = $liDom;// 保留当前tab先中的对象
that.tabNav($liDom.data('code'));
if (!window._yas || !window._yas.sendCustomInfo) {
return;
}
// 点击潮流优选上方的TAB按钮时
window._yas.sendCustomInfo({
op: 'YB_FASHION_TAB_C',
... ...