Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-04 17:22:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
848533ed65c52d6c6337e15672bad67d8892b667
848533ed
1 parent
b6bac617
feat: 添加默认头像常量
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/pages/messages/index.vue
src/pages/messages/index.vue
View file @
848533e
...
...
@@ -122,11 +122,13 @@
<script setup>
import { ref, computed, onMounted, markRaw } from 'vue'
import { Search2, Notice, Message } from '@nutui/icons-vue-taro'
import TabBar from '@/components/TabBar.vue'
import { $ } from '@tarojs/extend'
// 默认头像
const defaultAvatar = 'https://cdn.ipadbiz.cn/mlaj/images/icon_1.jpeg'
const scrollStyle = ref({
height: 'calc(100vh - 500rpx)'
})
...
...
Please
register
or
login
to post a comment