huangxiaojing 2 gadi atpakaļ
vecāks
revīzija
ea342b461f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
         }