Authored by htoooth

fix css

... ... @@ -207,7 +207,7 @@ const _getBundleAsync = (result) => {
count: _.get(result, 'data.bundleInfo.bundleCount', 1),
phrase: _.get(result, 'data.bundleInfo.promotionPhrase', ''),
type: _.get(result, 'data.bundleInfo.discountType', 1),
discount: _.get(result, 'data.bundleInfo.discount', '')
discount: _.get(result, 'data.bundleInfo.discount', null)
};
};
... ...
... ... @@ -9,7 +9,7 @@
</span>
<span class="bundle {{#if_cond bundle.type "!=" 2}}hide{{/if_cond}}">
{{bundle.count}}件起购享{{bundle.discount}}折优惠
{{bundle.count}}件起购享{{#unless bundle.discount}}{{bundle.discount}}折优惠{{/unless}}
</span>
... ...