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