This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
反馈
master
huangjiajun
1 day ago
parent
2b3b512587
commit
92c60ed810
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/svc/user_feedback/svc_list.go
+ 3
- 0
app/svc/user_feedback/svc_list.go
View File
@@ -73,6 +73,9 @@ func List(c *gin.Context) {
v.Phone = user.Phone
}
}
for k1, v1 := range img {
img[k1] = svc.GetOssUrl(v1)
}
tmp := md.UserFeedbackList{
Id: utils.IntToStr(v.Id),
Phone: v.Phone,
Write
Preview
Loading…
Cancel
Save