index.wxs 130 B

12345
  1. var hasPromotion = function (code) {
  2. return code && code !== 'EMPTY_PROMOTION';
  3. };
  4. module.exports.hasPromotion = hasPromotion;