Browse Source

修改个人信息

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

18
pages/home/member.vue

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

Loading…
Cancel
Save