|
|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|