Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨俊
/
spread_im
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8ed962a0
...
8ed962a01d8b3fbdf741080b4b499e402abbf291
authored
2022-11-16 20:08:12 +0800
by
huhai
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去掉发活动详情
1 parent
5d4c347a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
.eslintrc
src/components/message/message-elements/audio-element.vue
src/components/message/message-send-box.vue
.eslintrc
View file @
8ed962a
...
...
@@ -8,7 +8,7 @@
"eslint:recommended"
],
"rules": {
"no-console": 'off',
//
"no-console": 'off',
// "quotes": ["error", "single"],
// "semi": ["error","never"],
"space-before-blocks": "error",
...
...
src/components/message/message-elements/audio-element.vue
View file @
8ed962a
...
...
@@ -49,7 +49,7 @@ export default {
// previewImage() {
// uni.previewImage({
// current: 0,
// urls: [this.imagePath]
,
// urls: [this.imagePath]
// });
// },
},
...
...
src/components/message/message-send-box.vue
View file @
8ed962a
...
...
@@ -32,12 +32,12 @@
title=
"发视频"
@
click=
"handleSendVideoClick"
></i>
<i
class=
"el-icon-link"
v-if=
"currentConversationType === TIM.TYPES.CONV_GROUP"
title=
"发歌曲详情"
@
click=
"handleSendAudio"
></i
>
<!--
<i-->
<!-- class="el-icon-link"-->
<!-- v-if="currentConversationType === TIM.TYPES.CONV_GROUP"-->
<!-- title="发歌曲详情"-->
<!-- @click="handleSendAudio"-->
<!-- >
</i>
--
>
<!--
<i
class=
"iconfont icon-wenjian"
title=
"发文件"
@
click=
"handleSendFileClick"
></i>
-->
<!--
<i
class=
"iconfont icon-zidingyi"
title=
"发自定义消息"
@
click=
"sendCustomDialogVisible = true"
></i>
-->
...
...
Please
register
or
sign in
to post a comment