tplus-components-touch 3.20.2 → 3.20.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -431,6 +431,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
431
431
  //有赠品的情况,不在考虑是否促销
432
432
  if (item.IsPresent) {
433
433
  item.badge = { text: '赠', position: 'leftTop', className: '' };
434
+ } else if (item.IsGWPBuyGift) {
435
+ item.badge = { text: '换', position: 'leftTop', className: '' };
434
436
  } else if (item.PromotionDetails && item.PromotionDetails.length > 0) {
435
437
  item.badge = { text: '促', position: 'leftTop', className: '' };
436
438
  } else {