1002884655 4 лет назад
Родитель
Сommit
0c4ae9d647
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      src/pages/index/DingDanXiangQing/index.vue

+ 2
- 1
src/pages/index/DingDanXiangQing/index.vue Просмотреть файл

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