|
@@ -155,9 +155,9 @@ export default {
|
|
|
if (!this.useFul) {
|
|
|
return overTimePic;
|
|
|
} else if (this.isCommonCpd) {
|
|
|
- return giveawayPic;
|
|
|
- } else if (this.isLottaryCpd) {
|
|
|
return redpackPic;
|
|
|
+ } else if (this.isLottaryCpd) {
|
|
|
+ return giveawayPic;
|
|
|
} else if (this.isTreasureCpd) {
|
|
|
return treasurePic;
|
|
|
} else if (this.isNFTCpd) {
|