yangan
2024-06-12 a54597994e1a2112cddcc356de93174525dd1710
pages/login/resetPassword/resetPassword.vue
@@ -221,8 +221,10 @@
         if (this.roleType === 3) {
            this.userInfo = JSON.parse(params.userInfo)
         } else {
        if(params.phone && params.idCard){
            this.getUserInfo(params.phone, params.idCard)
         }
         }
      if(params.userInfo) {
        console.log(JSON.parse(params.userInfo),'userInfo====')
        this.modelForm.username = JSON.parse(params.userInfo).username