...
|
...
|
@@ -137,7 +137,8 @@ let cartObj = { |
|
|
tip.show('请先勾选商品');
|
|
|
return false;
|
|
|
}
|
|
|
if (!cookie.get('_realyGift') && self.handle.cartData.matchGifts && self.handle.cartData.matchGifts.length) {
|
|
|
if (cookie.get('_cartType') === 'ordinary' && !cookie.get('_realyGift') &&
|
|
|
self.handle.cartData.matchGifts && self.handle.cartData.matchGifts.length) {
|
|
|
dialog.showDialog({
|
|
|
dialogText: '您还未选择赠品,是否去选择赠品',
|
|
|
hasFooter: {
|
...
|
...
|
|