|
@@ -122,8 +122,9 @@ export default {
|
122
|
122
|
if (this.DataLock) return
|
123
|
123
|
this.DataLock = true
|
124
|
124
|
this.ProcessOrder({ data: { lotteryPicture: this.CpImgArr.length ? this.CpImgArr[0] : null, orderId: this.DetailInfo.orderId } }).then((res) => {
|
125
|
|
- this.Toast(res.data.message)
|
|
125
|
+ this.Toast('出票成功')
|
126
|
126
|
this.DetailInfo.status = 1
|
|
127
|
+ this.DetailInfo.bettingDetail.betting.isDrawn = true
|
127
|
128
|
this.DataLock = false
|
128
|
129
|
}).catch(() => {
|
129
|
130
|
this.DataLock = false
|