Files
lingji-work-fe/src/components/customer-service-modal.vue

16 lines
318 B
Vue
Raw Normal View History

<template>
<a-modal v-bind="$attrs" >
<template #title>
扫描下面二维码联系客户
</template>
<div class="text-center">
<img width="200" src="@/assets/customer-service.svg" alt="" />
</div>
</a-modal>
</template>
<script setup lang="ts">
</script>
<style lang="less">
</style>