Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
f118c609
Commit
f118c609
authored
Oct 12, 2021
by
lshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
网点不营业信息修改
parent
8ffec94c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
branch.vue
src/components/Mine/Branch/branch.vue
+4
-3
No files found.
src/components/Mine/Branch/branch.vue
View file @
f118c609
...
@@ -68,12 +68,13 @@
...
@@ -68,12 +68,13 @@
>
{{
weekDays
}}
丨
{{
dailyTime
}}
</span>
>
{{
weekDays
}}
丨
{{
dailyTime
}}
</span>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<div
class=
"text-red"
>
{{
errorReason
}}
</div>
<div
class=
"text-red"
>
{{
error
}}
</div>
<!--
<div
class=
"text-red"
>
{{
errorReason
}}
</div>
-->
</
template
>
</
template
>
</div>
</div>
</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 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>
<p
class=
"w-1/2 mb-0"
:class=
"isOpen ? 'text-app-blue' : 'text-gray-800'"
@
click=
"toCall"
>
电话咨询
</p>
</div>
</div>
...
@@ -178,7 +179,7 @@ const isOpen = computed(() => {
...
@@ -178,7 +179,7 @@ const isOpen = computed(() => {
return
false
return
false
}
}
})
})
const
error
=
"由于施工原因,本营业厅暂时不营业搬迁中"
const
errorReason
=
ref
(
''
)
const
errorReason
=
ref
(
''
)
const
getErrorNote
=
()
=>
{
const
getErrorNote
=
()
=>
{
if
(
props
.
is_normal_work
)
return
if
(
props
.
is_normal_work
)
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment