ll
liukangdong
2024-08-29 986118de12da6830ffb0c86af8e70567352c9bb9
h5/pages/driver/register.vue
@@ -102,16 +102,12 @@
        ...form
      }).then(res => {
        if (res && res.code == 200) {
               this.showToast('注册成功,请前往登录')
          setTimeout(() => {
            uni.showToast({
              title: '注册成功,请前往登录',
              icon: 'none',
              duration: 2000
            })
          })
          uni.redirectTo({
            url: "/pages/driver/login"
          })
                  uni.redirectTo({
                    url: "/pages/driver/login"
                  })
               }, 500)
        }
      })
    }