@@ -5,7 +5,7 @@
</template>
<template v-else>
<template v-if="isMobile">
- <MobileLandPage :playType="PlayType.Treasure" :useFul="detail.status == 0 || detail.status == 1" :userInfo="detail.postUserInfo" :usValue="detail.upGainAmountValue" :postId="detail.srcContentId"></MobileLandPage>
+ <MobileLandPage :playType="PlayType.Treasure" :useFul="true" :userInfo="detail.postUserInfo" :usValue="detail.upGainAmountValue" :postId="detail.srcContentId"></MobileLandPage>
<div class="logo">
- <MobileLandPage :playType="PlayType.Treasure" :useFul="detail.status == 0 || detail.status == 1" :userInfo="detail.inviteUserInfo" :usValue="detail.upGainAmountValue" :postId="detail.srcContentId"></MobileLandPage>
+ <MobileLandPage :playType="PlayType.Treasure" :useFul="true" :userInfo="detail.inviteUserInfo" :usValue="detail.upGainAmountValue" :postId="detail.srcContentId"></MobileLandPage>