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
6a3ab18e
Commit
6a3ab18e
authored
Dec 24, 2024
by
tanjuanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
79f30521
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
index.vue
src/pages/index/index.vue
+7
-4
No files found.
src/pages/index/index.vue
View file @
6a3ab18e
...
@@ -24,14 +24,17 @@
...
@@ -24,14 +24,17 @@
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
{
mapPinia
}
from
'@/store'
;
import
{
mapPinia
}
from
'@/store'
;
import
axios
from
"axios"
import
xh
from
'xinhua-sdk'
import
xh
from
'xinhua-sdk'
import
{
import
{
ref
,
ref
,
computed
computed
}
from
'vue'
}
from
'vue'
const
store
=
mapPinia
()
const
store
=
mapPinia
()
const
copyFlag
=
ref
(
false
)
const
copyFlag
=
ref
(
false
)
const
copyText
=
(
item
)
=>
{
const
copyText
=
(
item
)
=>
{
let
str
=
item
.
glbmc
+
"-"
+
item
.
wddz
+
"-"
+
item
.
bgdh
;
let
str
=
item
.
glbmc
+
"-"
+
item
.
wddz
+
"-"
+
item
.
bgdh
;
...
@@ -46,8 +49,8 @@
...
@@ -46,8 +49,8 @@
window
.
location
.
href
=
"tel:"
+
number
window
.
location
.
href
=
"tel:"
+
number
}
}
const
apartments
=
computed
(()
=>
{
const
apartments
=
computed
(()
=>
{
return
store
.
mapList
||
[]
return
store
.
mapList
||
[]
})
})
...
...
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