需要修复商城顶部筛选左右滑动问题
This commit is contained in:
12
pages/news-list/news-list.vue
Normal file
12
pages/news-list/news-list.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup>
|
||||
import { useUserStore } from '@/stores/user'
|
||||
const { userInfo } = useUserStore()
|
||||
|
||||
console.log(userInfo.userId, '====userInfo===')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view class="news-list">消息列表</view>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user