Commit 16524ddfebbb5677fd5eb089b9c9c34a8a84c3d2
'最新'
Showing
1 changed file
with
13 additions
and
0 deletions
lvdao-miniapp/pages/home/home.vue
| ... | ... | @@ -456,7 +456,20 @@ |
| 456 | 456 | id:this.hxinfo.id, |
| 457 | 457 | checkId: uni.getStorageSync('user').phone |
| 458 | 458 | } |
| 459 | + let that = this | |
| 459 | 460 | this.$http.sendRequest('/trafficPush/confirmVerification', 'POST', c1,1).then(res1 => { |
| 461 | + console.log(res1.data) | |
| 462 | + if(res1.data.code == 0) { | |
| 463 | + that.isshow = false | |
| 464 | + uni.showToast({ | |
| 465 | + icon:'none', | |
| 466 | + icon:'核销成功' | |
| 467 | + }) | |
| 468 | + // setTimeout(() => { | |
| 469 | + | |
| 470 | + // }, 1000) | |
| 471 | + | |
| 472 | + } | |
| 460 | 473 | console.log(res1); |
| 461 | 474 | }) |
| 462 | 475 | }, | ... | ... |