huangxiaojing před 2 roky
rodič
revize
ea342b461f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/activity/lottery/index.vue

+ 1 - 1
pages/activity/lottery/index.vue

@@ -463,7 +463,7 @@ export default {
         this.payType = this.paySupportType[0]
         this.phoneType = res.data.phoneType
         this.title = res.data.title
-        this.prizeIndex = res.data.luckDrawType;
+        this.prizeIndex = res.data.luckDrawType === 1 ? 5 : 2;
         if (this.num === 0) {
           this.showPay = true
         }