micro_mall_xcx/pages/cart/components/cart-group/index.wxs
2023-05-30 20:21:16 +08:00

6 lines
130 B
XML

var hasPromotion = function (code) {
return code && code !== 'EMPTY_PROMOTION';
};
module.exports.hasPromotion = hasPromotion;