Explorar el Código

Merge branch 'dev_1.1.7_lint' of https://git.yishihui.com/DeNet/de-net-official into dev_1.1.7_lint

jihuaqiang hace 2 años
padre
commit
12d2bb5aa0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      pages/treasure/index.vue
  2. 1 1
      pages/treasure/invite.vue

+ 1 - 1
pages/treasure/index.vue

@@ -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>
 			</template>
 			<template v-else>
 				<div class="logo">

+ 1 - 1
pages/treasure/invite.vue

@@ -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.inviteUserInfo" :usValue="detail.upGainAmountValue" :postId="detail.srcContentId"></MobileLandPage>
+				<MobileLandPage :playType="PlayType.Treasure" :useFul="true" :userInfo="detail.inviteUserInfo" :usValue="detail.upGainAmountValue" :postId="detail.srcContentId"></MobileLandPage>
 			</template>
 			<template v-else>
 				<div class="logo">