Browse Source

修改个人信息

lihuilin/feature-20251024095243-我的
lihuilin 3 weeks ago
parent
commit
2703c8fa4c
  1. 8
      pages/home/member.vue

8
pages/home/member.vue

@ -172,6 +172,14 @@
} }
const goToShare = () => { const goToShare = () => {
console.log('用户信息==========',userStore.userInfo.isVisitor)
if (userStore.userInfo.isVisitor) {
uni.showToast({
title: '请先登录',
icon: 'none'
})
return
}
uni.navigateTo({ uni.navigateTo({
url: '../setting/share' url: '../setting/share'
}) })

Loading…
Cancel
Save