Compare commits
2 Commits
d4e9462d39
...
5388b2df4c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5388b2df4c | ||
|
|
76e507cae3 |
@@ -17,6 +17,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<button class="home-btn" @click="onBackToHome">Back to Homepage</button>
|
||||
<div class="tip">ID: {{ userId }}</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -28,6 +29,7 @@
|
||||
const route = useRoute()
|
||||
const router = useRouter()
|
||||
const store = useStore()
|
||||
const userId = computed(() => store.state.UserHabit.userDetail.userId)
|
||||
const applyStatus = computed(() => store.state.seller.applyStatus)
|
||||
const list = computed(() => [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user