This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
app2.0获取用户头像图片 url
娄底高职分支
ndbs
2 years ago
parent
1162754116
commit
5e90cea62d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/msg/chat.vue
+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/msg/chat.vue
View File
@@ -186,7 +186,7 @@ export default {
// 获取用户头像图片 url
// 获取用户头像图片 url
avatar(id) {
avatar(id) {
return id === this.chatUserId && this.isSystem ? null : this.API + `/user/img?data=${id}`
return id === this.chatUserId && this.isSystem ? null : this.API + `/
learun/adms/
user/img?data=${id}`
}
}
},
},
Write
Preview
Loading…
Cancel
Save