Преглед на файлове

Merge branch 'feature-landpage-update' into dev_1.1.7_lint

jihuaqiang преди 2 години
родител
ревизия
54a39131b9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      components/MobileLandPage.vue

+ 2 - 2
components/MobileLandPage.vue

@@ -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) {