Authored by htoooth

fix event name

... ... @@ -1605,7 +1605,7 @@ $(function() {
TAB_ID: index
};
yas.givePoint('YB_GDS_PACKAGE_DT_GOODS_C', option);
yas.givePoint('YB_GDS_PACKAGE_GOODS_C', option);
});
}
});
... ... @@ -1683,7 +1683,7 @@ $('.package-box').on('click', '#buy-detail', function() {
TAB_ID: index
};
yas.givePoint('YB_GDS_PACKAGE_DT_GOODS_C', option);
yas.givePoint('YB_GDS_PACKAGE_GOODS_C', option);
});
// 选择颜色
... ...