代码提交
This commit is contained in:
@ -33,7 +33,7 @@ const {push} = useRouter();
|
||||
const {toast} = useInterface();
|
||||
|
||||
function toLink(listItem) {
|
||||
if (!listItem.path) return toast({title: '😒 暂未开放 😒'})
|
||||
if (!listItem.path) return toast({title: ' 暂未开放 '})
|
||||
push({url: listItem.path}, listItem?.params ?? {})
|
||||
}
|
||||
</script>
|
||||
|
@ -12,7 +12,7 @@
|
||||
>
|
||||
<image
|
||||
class="head"
|
||||
src="https://b2c-pro-static-dev.zkthink.com/static/icon/user/mine.png"
|
||||
:src="defaultAvatarIcon"
|
||||
/>
|
||||
<view class="user-info">
|
||||
点击登录
|
||||
@ -70,6 +70,7 @@ import { useRouter } from "@/hooks/useRouter";
|
||||
import { storeToRefs } from "pinia";
|
||||
import GridCard from "@/pages/user/components/GridCard.vue";
|
||||
import { cardOneList, cardTwoList, orderIconList } from "@/pages/user/index.data";
|
||||
import {defaultAvatarIcon} from "@/utils/images";
|
||||
|
||||
const mainStore = useMainStore()
|
||||
const {user} = storeToRefs(mainStore);
|
||||
|
Reference in New Issue
Block a user