Commit f118c609 authored by lshan's avatar lshan

网点不营业信息修改

parent 8ffec94c
......@@ -68,12 +68,13 @@
>{{ weekDays }}{{ dailyTime }}</span>
</template>
<template v-else>
<div class="text-red">{{ errorReason }}</div>
<div class="text-red">{{ error }}</div>
<!-- <div class="text-red">{{ errorReason }}</div> -->
</template>
</div>
</div>
<!-- 底部操作 -->
<div class="flex text-center py-3 text-gray-800 bg-branch-tab-bg rounded-b-2xl">
<div class="flex text-center py-3 text-gray-800 bg-branch-tab-bg rounded-b-2xl" v-if="is_normal_work">
<p class="w-1/2 border-r border-gray-200 mb-0" @click="handleClickChatWithClientManager">联系客服</p>
<p class="w-1/2 mb-0" :class="isOpen ? 'text-app-blue' : 'text-gray-800'" @click="toCall">电话咨询</p>
</div>
......@@ -178,7 +179,7 @@ const isOpen = computed(() => {
return false
}
})
const error="由于施工原因,本营业厅暂时不营业搬迁中"
const errorReason = ref('')
const getErrorNote = () => {
if (props.is_normal_work) return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment