|
@@ -20,7 +20,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import { PlayType } from '../../types';
|
|
|
|
|
|
+import { PlayType, UsefulType } from '../../types';
|
|
import axios from 'axios';
|
|
import axios from 'axios';
|
|
import { getQueryString, baseURL, appVersionCode } from '../../utils/help';
|
|
import { getQueryString, baseURL, appVersionCode } from '../../utils/help';
|
|
|
|
|
|
@@ -84,7 +84,7 @@ export default {
|
|
return {
|
|
return {
|
|
useful: route.query.useful,
|
|
useful: route.query.useful,
|
|
playType: route.query.playType,
|
|
playType: route.query.playType,
|
|
- course: route.query.useful === '1' ? data.data.withRewardGuideImages : data.data.withoutRewardGuideImages,
|
|
|
|
|
|
+ course: route.query.useful === UsefulType.unUseful || route.query.playType === PlayType.NFT ? data.data.withoutRewardGuideImages : data.data.withRewardGuideImages,
|
|
};
|
|
};
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -127,9 +127,6 @@ body {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
color: #fff;
|
|
color: #fff;
|
|
- position: fixed;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
.tip-icon {
|
|
.tip-icon {
|
|
width: 36px;
|
|
width: 36px;
|