显示id
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="home-btn" @click="onBackToHome">Back to Homepage</button>
|
<button class="home-btn" @click="onBackToHome">Back to Homepage</button>
|
||||||
|
<div class="tip">ID: {{ userId }}</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const store = useStore()
|
const store = useStore()
|
||||||
|
const userId = computed(() => store.state.UserHabit.userDetail.userId)
|
||||||
const applyStatus = computed(() => store.state.seller.applyStatus)
|
const applyStatus = computed(() => store.state.seller.applyStatus)
|
||||||
const list = computed(() => [
|
const list = computed(() => [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user