jihuaqiang 2 rokov pred
rodič
commit
1ecc343e7b
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      components/MobileLandPage.vue

+ 2 - 2
components/MobileLandPage.vue

@@ -159,9 +159,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) {