Files
ai_dianshang/miniprogram/pages/cart/components/cart-group/index.wxs
2025-11-17 14:11:46 +08:00

6 lines
130 B
XML

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