Files
ai_dianshang/miniprogram/pages/cart/components/cart-group/index.wxs

6 lines
130 B
Plaintext
Raw Normal View History

2025-11-17 14:11:46 +08:00
var hasPromotion = function (code) {
return code && code !== 'EMPTY_PROMOTION';
};
module.exports.hasPromotion = hasPromotion;