From 5b78565dea9c5ba3f01a8938b80a85eb6adc65c9 Mon Sep 17 00:00:00 2001 From: "Ng Wing Tat, David" Date: Wed, 6 Nov 2024 15:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=94=20100%=20show=20cross-sell=20dialo?= =?UTF-8?q?g=20for=20free=20books?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/nft/claim/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/nft/claim/index.vue b/src/pages/nft/claim/index.vue index d5586c23f..6379d7e1a 100644 --- a/src/pages/nft/claim/index.vue +++ b/src/pages/nft/claim/index.vue @@ -1433,7 +1433,7 @@ export default { if (state === NFT_CLAIM_STATE.CLAIMED) { // Delay 1s to avoid blocking the claimed success message setTimeout(() => { - if (this.isFreePurchase && this.shouldCrossSell) { + if (this.isFreePurchase && this.hasCrossSell) { this.setUTMProps({ utmCampaign: `cross_claim_${this.productId}` }); this.openCrossSellDialog(); }