|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div :class="isDrag ? 'bottom_container drag' : 'bottom_container'"> |
|
|
|
<img :src="getData()" class="bottom_img" alt="" /> |
|
|
|
<div class="btn1"></div> |
|
|
|
<div class="btn1" @click="toService"></div> |
|
|
|
<div class="btn2" @click="toPhone"></div> |
|
|
|
<div |
|
|
|
class="btn3 copy" |
|
|
@ -33,6 +33,12 @@ const getData = () => { |
|
|
|
return BottomBackground3 |
|
|
|
} |
|
|
|
|
|
|
|
const toService = () => { |
|
|
|
window.open( |
|
|
|
'https://affim.baidu.com/unique_40873323/chat?siteId=18103961&userId=40873323&siteToken=aead83b1b0f20ee468cdb1a81eb2e9c8&cp=http%3A%2F%2Fwww.iflytop.com&cr=&cw=', |
|
|
|
) |
|
|
|
} |
|
|
|
|
|
|
|
const addWeChat = () => { |
|
|
|
// 弹窗显示微信号复制成功 CPMGC007 |
|
|
|
let clipboard = new Clipboard('.copy') |
|
|
|