|
@@ -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
|
|
|
}
|