zhaojs
2023-06-25 e5f21e8972f2870d5fa5dbf9e947b285fc4660fb
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