@@ -5,7 +5,7 @@
</template>
<template v-else>
<template v-if="isMobile">
- <MobileLandPage v-if="isSwipe" :prizePicPath="detail.pageImagePath" :playType="PlayType.NFT" :prize="detail.nftProjectName" :useFul="detail.purchaseStatus === 1" :nftProjectId="detail.nftProjectId"></MobileLandPage>
+ <MobileLandPage v-if="isSwipe" :prizePicPath="detail.pageImagePath" :playType="PlayType.NFT" :prize="detail.nftProjectName" :useFul="false" :nftProjectId="detail.nftProjectId"></MobileLandPage>
<mobileBuyNft :purchaseStatus="detail.purchaseStatus" v-else></mobileBuyNft>