| | |
| | | <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2529499151&site=qq&menu=yes"> |
| | | <img class="img" src="@/img/QQ.png" alt /> |
| | | </a> |
| | | <a class="tel" href="tel:400-189-1819"> |
| | | <!-- <a class="tel" href="javascript:;" v-on:click="tel"> --> |
| | | <img class="img" src="@/img/tel1.png" alt /> |
| | | </a> |
| | | </div> |
| | | </div> |
| | | <el-backtop :bottom="40" > |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | tel () { |
| | | this.$confirm('确认拨打电话 400-189-1819 吗?', '', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消' |
| | | }).then(() => { |
| | | window.location.href = 'tel://400-189-1819' |
| | | }).catch(() => { |
| | | |
| | | }) |
| | | } |
| | | }, |
| | | watch:{ //监听路由 |
| | | $route(to, from) { |
| | |
| | | margin-top: 0.05rem; |
| | | border: 1px solid #00A5E3; |
| | | } |
| | | .tel { |
| | | display: none; |
| | | } |
| | | } |
| | | .el-backtop { |
| | | z-index: 1005; |
| | |
| | | .information { |
| | | width: 0.6rem; |
| | | height: 0.6rem; |
| | | bottom: 2.2rem; |
| | | bottom: 2.8rem; |
| | | z-index: 100; |
| | | |
| | | .img { |
| | |
| | | height: 0.6rem; |
| | | margin-top: 0.05rem; |
| | | } |
| | | .tel { |
| | | display: inline-block; |
| | | } |
| | | } |
| | | } |
| | | </style> |