Browse Source

静态页面

1002884655 4 years ago
parent
commit
0c4ae9d647
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/pages/index/DingDanXiangQing/index.vue

+ 2
- 1
src/pages/index/DingDanXiangQing/index.vue View File

122
         if (this.DataLock) return
122
         if (this.DataLock) return
123
         this.DataLock = true
123
         this.DataLock = true
124
         this.ProcessOrder({ data: { lotteryPicture: this.CpImgArr.length ? this.CpImgArr[0] : null, orderId: this.DetailInfo.orderId } }).then((res) => {
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
           this.DetailInfo.status = 1
126
           this.DetailInfo.status = 1
127
+          this.DetailInfo.bettingDetail.betting.isDrawn = true
127
           this.DataLock = false
128
           this.DataLock = false
128
         }).catch(() => {
129
         }).catch(() => {
129
           this.DataLock = false
130
           this.DataLock = false