update
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import {onMounted, reactive} from "vue";
|
||||
import {useUserStore} from "../../../pinia/UserStore/index.js";
|
||||
import Api from "../../../api/index.js";
|
||||
import {toPage} from "../../../utils/uils.js";
|
||||
|
||||
const UserStore = useUserStore();
|
||||
const detail = reactive({});
|
||||
@@ -21,7 +22,7 @@ onMounted(() => {
|
||||
<view class="invitationCodeValue">
|
||||
{{ UserStore?.userInfo?.invite }}
|
||||
</view>
|
||||
<view class="view-detail !ml-auto">查看团队详情></view>
|
||||
<view class="view-detail !ml-auto" @click="toPage('/pages/changeLog/index')">查看团队详情></view>
|
||||
</view>
|
||||
|
||||
<view class="!mt-[24rpx] !grid grid-cols-3 gap-[22rpx]">
|
||||
|
||||
Reference in New Issue
Block a user