From e5f21e8972f2870d5fa5dbf9e947b285fc4660fb Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期日, 25 六月 2023 08:53:39 +0800 Subject: [PATCH] no message --- uniapp/pages/mine/setting/cancellation.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/uniapp/pages/mine/setting/cancellation.vue b/uniapp/pages/mine/setting/cancellation.vue index 80e8ca1..ed90266 100644 --- a/uniapp/pages/mine/setting/cancellation.vue +++ b/uniapp/pages/mine/setting/cancellation.vue @@ -125,10 +125,13 @@ if (this.prevent && this.canGetCode) { this.prevent = false var timerChuo = new Date().getTime() + console.log(this.userinfo.mobile); + console.log(this.userinfo); this.$u.api.sendSms({ mobile: this.userinfo.mobile, event: 'cancel' }).then(e => { + console.log(e); if(e.code != 0) return that.$alert(e.msg) that.canGetCode = false that.prevent = true -- Gitblit v1.9.3