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
420f553a
Commit
420f553a
authored
Oct 12, 2021
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
网点样式
parent
e448ef0b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
17 deletions
+20
-17
branch.vue
src/components/Mine/Branch/branch.vue
+18
-15
branch.vue
src/views/withMenu/Mine/branch.vue
+2
-2
No files found.
src/components/Mine/Branch/branch.vue
View file @
420f553a
...
...
@@ -30,8 +30,9 @@
</div>
<div
class=
"border border-blue-50"
></div>
<!-- 营业时间 -->
<div
class=
"mt-2 pb-3"
>
<template
v-if=
"is_normal_work"
>
<div
class=
"mt-2 pb-3 flex justify-between items-center"
>
<div
class=
"overflow-hidden mr-6"
>
<div
v-if=
"is_normal_work"
class=
"mb-2"
>
<icon
name=
"icon-yingye"
color=
"#1B1F37"
...
...
@@ -46,17 +47,8 @@
v-else
class=
"text-app-blue border border-app-blue bg-indigo-100 text-xs px-2 rounded"
>
休息中
</span>
</
template
>
<div
class=
"text-right h-3"
>
<icon
name=
"icon-ditu"
color=
"#3E4FAF"
size=
"14"
class=
"inline-block align-top"
@
click=
"handleClickNagigate"
/>
</div>
<
template
v-if=
"is_normal_work"
>
<div
v-if=
"is_normal_work"
>
<icon
name=
"icon-a-shijian"
color=
"#1B1F37"
...
...
@@ -66,12 +58,23 @@
<span
class=
"text-gray-400 text-sm inline-block align-top"
>
{{
weekDays
}}
丨
{{
dailyTime
}}
</span>
</
template
>
</div
>
<template
v-else
>
<div
class=
"text-red"
>
{{
error
}}
</div
>
<!--
<div
class=
"text-red"
>
{{
errorReason
}}
</div>
--
>
<!--
<div
class=
"text-red"
>
{{
error
}}
</div>
--
>
<div
class=
"text-red"
>
{{
errorReason
}}
</div
>
</
template
>
</div>
<div
class=
"text-right h-3"
>
<icon
name=
"icon-ditu"
color=
"#3E4FAF"
size=
"14"
class=
"inline-block align-top"
@
click=
"handleClickNagigate"
/>
</div>
</div>
</div>
<!-- 底部操作 -->
<div
class=
"flex text-center py-3 text-gray-800 bg-branch-tab-bg rounded-b-2xl"
v-if=
"is_normal_work"
>
...
...
src/views/withMenu/Mine/branch.vue
View file @
420f553a
...
...
@@ -27,8 +27,8 @@
<!-- 附近网点 -->
<Skeleton
:row=
"3"
:loading=
"result.loading"
class=
"-mt-20 mb-10"
></Skeleton>
<Skeleton
:row=
"3"
:loading=
"result.loading"
class=
"mt-5"
>
<div
class=
"px-4 overflow-scroll -mt-
10
"
>
<p
class=
"mt-
8 mb-5
text-base font-semibold text-gray-800"
>
附近的网点
</p>
<div
class=
"px-4 overflow-scroll -mt-
8
"
>
<p
class=
"mt-
12 mb-3
text-base font-semibold text-gray-800"
>
附近的网点
</p>
<branch
v-for=
"(item, index) in result.lists"
:key=
"index"
...
...
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