Explorar o código

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

nieyuge %!s(int64=2) %!d(string=hai) anos
pai
achega
563e94e976
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>