jihuaqiang před 2 roky
rodič
revize
1ecc343e7b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      components/MobileLandPage.vue

+ 2 - 2
components/MobileLandPage.vue

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