diff --git a/lvdao-miniapp/pages/home/home.vue b/lvdao-miniapp/pages/home/home.vue index 21a7d5e..2da4eaf 100644 --- a/lvdao-miniapp/pages/home/home.vue +++ b/lvdao-miniapp/pages/home/home.vue @@ -456,7 +456,20 @@ id:this.hxinfo.id, checkId: uni.getStorageSync('user').phone } + let that = this this.$http.sendRequest('/trafficPush/confirmVerification', 'POST', c1,1).then(res1 => { + console.log(res1.data) + if(res1.data.code == 0) { + that.isshow = false + uni.showToast({ + icon:'none', + icon:'ζ Έι”€ζˆεŠŸ' + }) + // setTimeout(() => { + + // }, 1000) + + } console.log(res1); }) },