819527061@qq.com
2024-06-11 9b85e466d4ce21bb704c01ac3729737f3146bdc8
pages/login/userPassword.vue
@@ -97,10 +97,16 @@
                              setCustomerId(res.data.customerid);
                              setName(res.name);
                              uni.hideLoading();
                              //跳转页面
                              this.$nextTick(() => {
                                 redirectHome();
                              });
                    if(res.data.forcePassword == 1) {  //forcePassword为1强制修改密码
                      uni.navigateTo({
                        url: '/pages/login/resetPassword/resetPassword'
                      })
                    }else {
                      //跳转页面
                      this.$nextTick(() => {
                        redirectHome();
                      });
                    }
                           })
                           .catch(err => {
                              this.submitLoading = false
@@ -150,4 +156,4 @@
   .dengluBtn {
      margin-top: 80rpx;
   }
</style>
</style>