Browse Source

修改bug

dev
岳鹏龙 1 year ago
parent
commit
f2b48fc8d1
  1. 2
      src/pages/votingElection/index.vue

2
src/pages/votingElection/index.vue

@ -100,7 +100,7 @@
}
}
onShow(() => {
if (!userStore.mobile) {
if (userStore.mobile === '') {
uni.navigateTo({
url: '/pages/login/login'
})

Loading…
Cancel
Save