瀏覽代碼

静态页面

1002884655 4 年之前
父節點
當前提交
e4830a7892

+ 2
- 1
src/pages/index/DaLeTouDingDan/index.vue 查看文件

283
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'DaLeTou' } })
283
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'DaLeTou' } })
284
         })
284
         })
285
       }).catch((res) => {
285
       }).catch((res) => {
286
-        this.Toast(res.data.message)
286
+        done()
287
+        this.Toast(res.data.message || `未知错误,错误代码:${res.data.code}`)
287
         this.DataLock = false
288
         this.DataLock = false
288
         if (res.data.code - 0 === 1003) {
289
         if (res.data.code - 0 === 1003) {
289
           this.$router.push({ name: 'ChongZhi' })
290
           this.$router.push({ name: 'ChongZhi' })

+ 2
- 1
src/pages/index/LanQiuDingDan/index.vue 查看文件

284
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'LanQiu' } })
284
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'LanQiu' } })
285
         })
285
         })
286
       }).catch((res) => {
286
       }).catch((res) => {
287
-        this.Toast(res.data.message)
287
+        done()
288
+        this.Toast(res.data.message || `未知错误,错误代码:${res.data.code}`)
288
         this.DataLock = false
289
         this.DataLock = false
289
         if (res.data.code - 0 === 1003) {
290
         if (res.data.code - 0 === 1003) {
290
           this.$router.push({ name: 'ChongZhi' })
291
           this.$router.push({ name: 'ChongZhi' })

+ 2
- 1
src/pages/index/PaiLie3DingDan/index.vue 查看文件

338
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'PaiLie3' } })
338
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'PaiLie3' } })
339
         })
339
         })
340
       }).catch((res) => {
340
       }).catch((res) => {
341
-        this.Toast(res.data.message)
341
+        done()
342
+        this.Toast(res.data.message || `未知错误,错误代码:${res.data.code}`)
342
         this.DataLock = false
343
         this.DataLock = false
343
         if (res.data.code - 0 === 1003) {
344
         if (res.data.code - 0 === 1003) {
344
           this.$router.push({ name: 'ChongZhi' })
345
           this.$router.push({ name: 'ChongZhi' })

+ 2
- 1
src/pages/index/PaiLie5DingDan/index.vue 查看文件

314
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'PaiLie5' } })
314
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'PaiLie5' } })
315
         })
315
         })
316
       }).catch((res) => {
316
       }).catch((res) => {
317
-        this.Toast(res.data.message)
317
+        done()
318
+        this.Toast(res.data.message || `未知错误,错误代码:${res.data.code}`)
318
         this.DataLock = false
319
         this.DataLock = false
319
         if (res.data.code - 0 === 1003) {
320
         if (res.data.code - 0 === 1003) {
320
           this.$router.push({ name: 'ChongZhi' })
321
           this.$router.push({ name: 'ChongZhi' })

+ 2
- 1
src/pages/index/ShuangSeQiuDingDan/index.vue 查看文件

272
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'ShuangSeQiu' } })
272
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'ShuangSeQiu' } })
273
         })
273
         })
274
       }).catch((res) => {
274
       }).catch((res) => {
275
-        this.Toast(res.data.message)
275
+        done()
276
+        this.Toast(res.data.message || `未知错误,错误代码:${res.data.code}`)
276
         this.DataLock = false
277
         this.DataLock = false
277
         if (res.data.code - 0 === 1003) {
278
         if (res.data.code - 0 === 1003) {
278
           this.$router.push({ name: 'ChongZhi' })
279
           this.$router.push({ name: 'ChongZhi' })

+ 2
- 1
src/pages/index/ZuQiuDingDan/index.vue 查看文件

284
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'ZuQiu' } })
284
           this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'ZuQiu' } })
285
         })
285
         })
286
       }).catch((res) => {
286
       }).catch((res) => {
287
-        this.Toast(res.data.message)
287
+        done()
288
+        this.Toast(res.data.message || `未知错误,错误代码:${res.data.code}`)
288
         this.DataLock = false
289
         this.DataLock = false
289
         if (res.data.code - 0 === 1003) {
290
         if (res.data.code - 0 === 1003) {
290
           this.$router.push({ name: 'ChongZhi' })
291
           this.$router.push({ name: 'ChongZhi' })