fix:删除多余im图标

fix/0523-ch
ch 3 years ago
parent 86f6c2afeb
commit 3f3b164c64

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-05-11 11:45:08 * @Date: 2022-05-11 11:45:08
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-05-21 16:11:51 * @LastEditTime: 2022-05-23 11:29:13
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -12,9 +12,9 @@
<view class="operation"> <view class="operation">
<textarea class="operation--input" :focus="focus" v-model="msgCtx" @focus="moreShow = false" @click="emojiShow = false"/> <textarea class="operation--input" :focus="focus" v-model="msgCtx" @focus="moreShow = false" @click="emojiShow = false"/>
<view class="operation--btns"> <view class="operation--btns">
<image class="operation--emoji" src="@/static/imxx/emoji.png" @click="emojiShow = !emojiShow"/> <image class="operation--emoji" src="@/static/im/emoji.png" @click="emojiShow = !emojiShow"/>
<view class="operation--send" v-if="msgCtx.length" @click="send(msgCtx, MSG_TYPE.TXT)"></view> <view class="operation--send" v-if="msgCtx.length" @click="send(msgCtx, MSG_TYPE.TXT)"></view>
<image class="operation--more" v-else src="@/static/imxx/more.png" @click="moreShow = true" /> <image class="operation--more" v-else src="@/static/im/more.png" @click="moreShow = true" />
</view> </view>
</view> </view>
<view class="emoji" v-if="emojiShow"> <view class="emoji" v-if="emojiShow">
@ -30,14 +30,14 @@
<view class="other" v-if="moreShow"> <view class="other" v-if="moreShow">
<u-upload @afterRead="uploadImg" > <u-upload @afterRead="uploadImg" >
<view class="other--btn"> <view class="other--btn">
<image class="other--img" src="@/static/imxx/img.png"/> <image class="other--img" src="@/static/im/img.png"/>
<view>图片</view> <view>图片</view>
</view> </view>
</u-upload> </u-upload>
<u-upload @afterRead="uploadVideo" compressed accept="video"> <u-upload @afterRead="uploadVideo" compressed accept="video">
<view class="other--btn"> <view class="other--btn">
<image class="other--img" src="@/static/imxx/video.png"/> <image class="other--img" src="@/static/im/video.png"/>
<view>视频</view> <view>视频</view>
</view> </view>
</u-upload> </u-upload>

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-05-13 15:57:31 * @Date: 2022-05-13 15:57:31
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-05-14 13:47:05 * @LastEditTime: 2022-05-23 11:28:04
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -14,7 +14,7 @@
</view> </view>
<template v-if="position === 'footer'"> <template v-if="position === 'footer'">
<UiButton class="product--btn" size="min" type="gradual" @click="send"></UiButton> <UiButton class="product--btn" size="min" type="gradual" @click="send"></UiButton>
<image class="product--close" src="@/static/imxx/close.png" @click="close"/> <image class="product--close" src="@/static/im/close.png" @click="close"/>
</template> </template>
</view> </view>
</template> </template>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save