Selaa lähdekoodia

Merge branch 'dev_1.1.7_by_nft' of DeNet/de-net-official into master

nieyuge 2 vuotta sitten
vanhempi
commit
563e94e976
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/nft/index.vue

+ 1 - 1
pages/nft/index.vue

@@ -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>
 			</template>
 			<template v-else>