819527061@qq.com
2024-06-07 cfe04910a5b70d220dd1e6ac9b84328112c76808
pages/login/userPassword.vue
@@ -97,10 +97,16 @@
                              setCustomerId(res.data.customerid);
                              setName(res.name);
                              uni.hideLoading();
                    if(res.data.forcePassword == 1) {
                      uni.navigateTo({
                        url: '/pages/login/resetPassword/resetPassword'
                      })
                    }else {
                              //跳转页面
                              this.$nextTick(() => {
                                 redirectHome();
                              });
                    }
                           })
                           .catch(err => {
                              this.submitLoading = false