Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Muse
Project
Project
Details
Activity
Releases
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
罗超
Muse
Commits
18f24286
Commit
18f24286
authored
Nov 20, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fd2e8d6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
viittoData.vue
src/components/viitto/viittoData.vue
+12
-6
No files found.
src/components/viitto/viittoData.vue
View file @
18f24286
...
...
@@ -356,9 +356,9 @@ ul li {
<div
class=
"right-yonghu"
>
<div
class=
"huoyue"
>
<p>
当前活跃用户
</p>
<p
class=
"fs50 fcff"
>
{{
dataList
.
ToDayClientLoginNum
}}
</p>
<p
class=
"fs50 fcff"
>
{{
dataList
2
.
ToDayClientLoginNum
}}
</p>
</div>
<div
class=
"yonghu-item"
v-for=
"(item,index) in dataList
.ToDayClientLogin
"
:key=
"index"
>
<div
class=
"yonghu-item"
v-for=
"(item,index) in dataList
2.ToDayClientLoginList
"
:key=
"index"
>
<p
class=
"sb-tit"
>
{{
item
.
Name
}}
</p>
<P
class=
"fs50 fcff"
>
{{
item
.
Count
}}
<img
v-if=
"item.Change==1"
class=
"biaoji"
src=
"../../assets/img/viitto/lvsedian.png"
alt=
""
>
...
...
@@ -419,12 +419,17 @@ export default {
dataArea
:[],
num
:
1
,
zoom
:
1
,
newArr
:
[]
newArr
:
[],
dataList2
:
{
ToDayClientLoginNum
:
0
,
CityHot
:
[],
ToDayClientLoginList
:
[]
}
}
},
mounted
()
{
let
Height
=
window
.
innerHeight
this
.
zoom
=
Math
.
round
((
Height
/
1080
)
*
100
)
/
100
//
this.init();
this
.
init
();
this
.
getNewList
()
setTimeout
(()
=>
{
this
.
connec
();
...
...
@@ -437,13 +442,14 @@ export default {
getNewList
(){
this
.
apipost
(
'financestatistics_post_GetB2BBoardClientToDayLoginList'
,
{},
r
=>
{
if
(
r
.
data
.
resultCode
==
1
){
this
.
dataList
=
r
.
data
.
data
;
this
.
dataList
.
CityHot
.
forEach
(
x
=>
{
this
.
dataList
2
=
r
.
data
.
data
;
this
.
dataList
2
.
CityHot
.
forEach
(
x
=>
{
this
.
dataArea
.
push
({
name
:
x
.
CityName
,
value
:
[
x
.
Lng
,
x
.
Lat
]
})
})
this
.
$forceUpdate
()
}
})
},
...
...
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