|
|
|
@ -129,8 +129,8 @@ const goToAbout = () => { |
|
|
|
} |
|
|
|
|
|
|
|
const goToShare = () => { |
|
|
|
console.log('用户信息==========',userInfoRes.value.data) |
|
|
|
if (!userInfoRes.value.data) { |
|
|
|
console.log('用户信息==========',userStore.userInfo.isVisitor) |
|
|
|
if (userStore.userInfo.isVisitor) { |
|
|
|
uni.showToast({ |
|
|
|
title: '请先登录', |
|
|
|
icon: 'none' |
|
|
|
|