Initial commit
This commit is contained in:
5
miniprogram/pages/cart/components/cart-group/index.wxs
Normal file
5
miniprogram/pages/cart/components/cart-group/index.wxs
Normal file
@@ -0,0 +1,5 @@
|
||||
var hasPromotion = function (code) {
|
||||
return code && code !== 'EMPTY_PROMOTION';
|
||||
};
|
||||
|
||||
module.exports.hasPromotion = hasPromotion;
|
||||
Reference in New Issue
Block a user