Browse Source

修改bug

dev
岳鹏龙 1 year ago
parent
commit
7952e9bf8d
  1. 7
      src/pages/myElection/index.vue
  2. 2
      src/pages/votingElection/index.vue

7
src/pages/myElection/index.vue

@ -140,13 +140,6 @@ onShow(() => {
getList()
})
onShow(() => {
if (!userStore.openId) {
uni.navigateTo({
url: '/pages/login/login'
})
}
})
</script>
<style scoped lang="scss">

2
src/pages/votingElection/index.vue

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

Loading…
Cancel
Save