From a35908280d11af4c49678b1c08519f0a3e54e131 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 11 Feb 2022 17:56:25 +0800 Subject: [PATCH] stash --- pages/auth/auth.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 33a8231..8afe569 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -83,14 +83,12 @@ export default { mobileNo: this.phone, code: this.code, }).then((res) => { - console.log(111) this.$store.commit( "setToken", res.token_type + " " + res.access_token ); this.$Router.back(); }).catch((err) => { - console.log(2222) uni.showToast({ title: err.message, icon: "none",