pages/login/login.vue @@ -272,6 +272,7 @@ } }, saveUserInfo(response) { console.log(response,'response=====') uni.hideLoading(); this.show = false; if (response.statusCode === 200) { @@ -353,4 +354,3 @@ } } </style>