Browse Source

修正跳转

master
453530270@qq.com 3 years ago
parent
commit
c86d3beff0
  1. 4
      pages/login/index.vue

4
pages/login/index.vue

@ -90,7 +90,7 @@ import store from '@/store'
// //
handleLogin() { handleLogin() {
const app = this const app = this
if (!app.isLoading && app.formValidationName(app.mobile)) { if (!app.isLoading && app.formValidationName(app.mobile) && app.formValidationPass(app.vpass)) {
app.submitLogin() app.submitLogin()
} }
}, },
@ -126,7 +126,7 @@ import store from '@/store'
// //
app.$toast(result.message) app.$toast(result.message)
// //
this.$route("pages/verfiy/choosedev") this.$navTo("pages/verfiy/choosedev")
// : // :
// uni.$emit('syncRefresh', true) // uni.$emit('syncRefresh', true)

Loading…
Cancel
Save