Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-im
提交
9788cf0b
U
uni-im
项目概览
DCloud
/
uni-im
通知
3
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-im
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9788cf0b
编写于
6月 24, 2024
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复 移动端,代码类型消息显示问题
上级
ebab8c6c
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
8 addition
and
5 deletion
+8
-5
components/uni-im-msg/types/code.vue
components/uni-im-msg/types/code.vue
+2
-1
components/uni-im-msg/uni-im-msg.vue
components/uni-im-msg/uni-im-msg.vue
+1
-0
pages/common/view-code-page/view-code-page.vue
pages/common/view-code-page/view-code-page.vue
+5
-4
未找到文件。
components/uni-im-msg/types/code.vue
浏览文件 @
9788cf0b
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
},
},
toCodePage
()
{
toCodePage
()
{
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'
/uni_modules/uni-im/pages/common/view-code-page/view-code-page?
code=
'
+
encodeURIComponent
(
JSON
.
stringify
(
this
.
code
))
url
:
'
/uni_modules/uni-im/pages/common/view-code-page/view-code-page?
msgId=
'
+
this
.
msg
.
_id
+
'
&conversationId=
'
+
this
.
msg
.
conversation_id
})
})
},
},
trOnclick
(
e
)
{
trOnclick
(
e
)
{
...
@@ -244,6 +244,7 @@
...
@@ -244,6 +244,7 @@
}
}
.show-full-text
{
.show-full-text
{
margin
:
0
auto
;
font-size
:
12px
;
font-size
:
12px
;
color
:
#888
;
color
:
#888
;
}
}
...
...
components/uni-im-msg/uni-im-msg.vue
浏览文件 @
9788cf0b
...
@@ -406,6 +406,7 @@
...
@@ -406,6 +406,7 @@
width
:
0
;
width
:
0
;
flex-grow
:
1
;
flex-grow
:
1
;
.msg-content-box
{
.msg-content-box
{
width
:
100%
;
flex-direction
:
row
;
flex-direction
:
row
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
flex-start
;
justify-content
:
flex-start
;
...
...
pages/common/view-code-page/view-code-page.vue
浏览文件 @
9788cf0b
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
<
script
>
<
script
>
import
uniImCodeView
from
'
@/uni_modules/uni-im/components/uni-im-msg/types/code.vue
'
import
uniImCodeView
from
'
@/uni_modules/uni-im/components/uni-im-msg/types/code.vue
'
import
uniIm
from
'
@/uni_modules/uni-im/sdk/index.js
'
;
export
default
{
export
default
{
components
:
{
components
:
{
uniImCodeView
uniImCodeView
...
@@ -20,11 +21,11 @@
...
@@ -20,11 +21,11 @@
}
}
},
},
onLoad
({
onLoad
({
code
msgId
,
conversationId
})
{
})
{
console
.
log
(
code
)
this
.
msg
=
uniIm
.
conversation
.
dataList
.
find
(
item
=>
item
.
id
===
conversationId
)
this
.
msg
.
body
=
JSON
.
parse
(
decodeURIComponent
(
code
));
.
msgList
.
find
(
item
=>
item
.
_id
===
msgId
)
},
},
methods
:
{}
methods
:
{}
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录