Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gjjCode
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tanjuanjuan
gjjCode
Commits
1d86139f
Commit
1d86139f
authored
Dec 26, 2024
by
tanjuanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
eca2ed22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
map.vue
src/pages/map/map.vue
+11
-1
No files found.
src/pages/map/map.vue
View file @
1d86139f
<
template
>
<view
class=
"main"
v-if=
"apartments"
>
<view
class=
"box1"
>
<view
class=
"btxt"
>
贵阳公积金中心地图
</view>
<view
class=
"btxt"
>
<view
class=
"backToMain"
@
click=
"goToIndex"
><span
class=
"iconfont icon-jiantouzuo"
></span></view>
贵阳公积金中心地图
</view>
<view
class=
"stxt"
>
您可拨打以下几个管理部门电话咨询公积金业务
</view>
</view>
<view
class=
"box2 inner"
>
...
...
@@ -49,6 +49,13 @@
const
apartments
=
computed
(()
=>
{
return
mapStore
.
mapList
||
[]
})
const
goToIndex
=
()
=>
{
xma
.
navigateTo
({
url
:
"/pages/index/index"
,
animationType
:
'pop-in'
,
animationDuration
:
200
})
}
</
script
>
<
style
scoped
>
...
...
@@ -146,4 +153,6 @@
.map3
span
{
color
:
#ff7902
}
.backToMain
{
display
:
inline-block
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);}
.backToMain
.icon-jiantouzuo
{
color
:
#898989
;
font-size
:
20px
;
font-weight
:
bold
;
margin-right
:
7px
;}
</
style
>
\ No newline at end of file
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