修改联系人图片

master
suixy 3 weeks ago
parent 8f6d311c5b
commit fd3277c342

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 KiB

@ -324,7 +324,7 @@ export default {
time: new Date().getTime(),
userName: '海威物联',
})
let img = require('@/assets/image/wechatQRCode.png')
let img = require('@/assets/image/wxQRcode.png')
this.chatInfo.push({
type: 0,
content: `<img data-action="viewImg" data-parmas='${JSON.stringify({img: img})}' src="${img}" alt="" style="width: 100px;">`,

@ -296,7 +296,7 @@ export default {
time: new Date().getTime(),
userName: '海威物联',
})
let img = require('@/assets/image/wechatQRCode.png')
let img = require('@/assets/image/wxQRcode.png')
this.chatInfo.push({
type: 0,
content: `<img data-action="viewImg" data-parmas='${JSON.stringify({img: img})}' src="${img}" alt="" style="width: 100px;">`,

@ -18,7 +18,7 @@
<div class="item">
<img :src="qrcode" alt="" width="30px" height="30px" style="vertical-align: middle;">
<div class="qrcode">
<img :src="qrcode" alt="" width="100px" height="100px" style="vertical-align: middle;">
<img :src="qrcode1" alt="" width="100px" height="100px" style="vertical-align: middle;">
</div>
</div>
<div class="item" @click="toService" style="cursor: pointer;">
@ -35,6 +35,7 @@
<script>
import qrcode from '@/assets/icon/QRCode.png'
import qrcode1 from '@/assets/image/wxQRcode.png'
import Menu from '@/components/menu/index'
import Search from '@/components/search/index'
import Chat from "@/components/chat/index.vue";
@ -47,6 +48,15 @@ export default {
Chat,
Search
},
data() {
return {
logo,
qrcode,
qrcode1,
topHidden: false,
lastScrollTop: 0,
}
},
methods: {
toIndex(){
this.$router.push('/index')
@ -98,14 +108,6 @@ export default {
content.removeEventListener('scroll', this.handleContentScroll)
}
},
data() {
return {
logo,
qrcode,
topHidden: false,
lastScrollTop: 0,
}
}
}
</script>
@ -236,7 +238,7 @@ export default {
height: 120px;
line-height: 120px;
width: 120px;
background-color: #41B5EA;
//background-color: #41B5EA;
display: none;
}
}

Loading…
Cancel
Save