Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-app
Commits
09f8c3b8
Commit
09f8c3b8
authored
Mar 03, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
4c80122f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
info.vue
pagesme/message/info.vue
+2
-2
message.vue
pagesme/message/message.vue
+2
-2
blackList.vue
pagesme/set/blackList.vue
+2
-2
No files found.
pagesme/message/info.vue
View file @
09f8c3b8
...
...
@@ -39,7 +39,7 @@
<view
class=
"chat-item-name-right"
>
{{
item
.
memNickName
}}
</view>
<view
class=
"chat-item-msg-layout"
>
<view
class=
"chat-inner-msg-right"
>
{{
item
.
content
}}
</view>
<image
class=
"chat-item-photo"
:src=
"item.avatar"
></image>
<image
class=
"chat-item-photo"
:src=
"item.avatar
Url
"
></image>
</view>
</view>
</view>
...
...
@@ -217,7 +217,7 @@ export default {
if
(
item
.
avatar
!=
null
&&
item
.
avatar
!=
''
){
getOssUrl
(
item
.
avatar
).
then
(
imgRes
=>
{
if
(
imgRes
.
data
.
data
!=
null
)
{
item
.
avatar
=
imgRes
.
data
.
data
.
replace
(
/
\\
/g
,
"/"
);
item
.
avatar
Url
=
imgRes
.
data
.
data
.
replace
(
/
\\
/g
,
"/"
);
}
})
}
...
...
pagesme/message/message.vue
View file @
09f8c3b8
...
...
@@ -14,7 +14,7 @@
<view
class=
"card"
>
<view
class=
"recommendation-card"
@
click=
"gotoBusinessDetail(item)"
>
<view
class=
"card-image"
style=
"justify-content: left;display: flex"
>
<image
class=
"img"
:src=
"item.avatar"
/>
<image
class=
"img"
:src=
"item.avatar
Url
"
/>
<view
style=
"margin-top: 20rpx;"
>
<u-badge
:isDot=
"item.noReadCount != 0"
type=
"error"
></u-badge>
</view>
...
...
@@ -110,7 +110,7 @@ export default {
if
(
item
.
avatar
!=
null
&&
item
.
avatar
!=
''
){
getOssUrl
(
item
.
avatar
).
then
(
imgRes
=>
{
if
(
imgRes
.
data
.
data
!=
null
)
{
item
.
avatar
=
imgRes
.
data
.
data
.
replace
(
/
\\
/g
,
"/"
);
item
.
avatar
Url
=
imgRes
.
data
.
data
.
replace
(
/
\\
/g
,
"/"
);
}
})
}
...
...
pagesme/set/blackList.vue
View file @
09f8c3b8
...
...
@@ -14,7 +14,7 @@
>
<view
class=
"swipe-action__content"
>
<view
class=
"avatar"
>
<u--image
:src=
"item.avatar"
width=
"40px"
height=
"40px"
mode=
"aspectFill"
shape=
"circle"
></u--image>
<u--image
:src=
"item.avatar
Url
"
width=
"40px"
height=
"40px"
mode=
"aspectFill"
shape=
"circle"
></u--image>
</view>
<view
class=
"content"
>
<view
class=
"title"
>
...
...
@@ -75,7 +75,7 @@ export default {
if
(
item
.
avatar
!=
null
&&
item
.
avatar
!=
''
){
getOssUrl
(
item
.
avatar
).
then
(
imgRes
=>
{
if
(
imgRes
.
data
.
data
!=
null
)
{
item
.
avatar
=
imgRes
.
data
.
data
.
replace
(
/
\\
/g
,
"/"
);
item
.
avatar
Url
=
imgRes
.
data
.
data
.
replace
(
/
\\
/g
,
"/"
);
}
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment