Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bb19620c
authored
2025-05-16 15:44:42 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看版
1 parent
ea14d3b4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
38 deletions
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/centerPage.vue
View file @
bb19620
...
...
@@ -327,13 +327,12 @@ async function handelGetYS005() {
function
getdata
()
{
total
=
0
api
.
getDegree
().
then
(
res
=>
{
list
.
value
=
res
.
data
for
(
let
n
in
list
.
value
)
{
total
=
total
+
(
list
.
value
[
n
]
||
0
)
}
}
)
clear
()
handelGetYS001
()
handelGetYS002
()
handelGetYS003
()
handelGetYS004
()
handelGetYS005
()
}
function
handleResize
()
{
...
...
src/viewsPc/vip/leftPage.vue
View file @
bb19620
This diff is collapsed.
Click to expand it.
src/viewsPc/vip/rightPage.vue
View file @
bb19620
...
...
@@ -417,25 +417,11 @@ async function handelGetYS009() {
}
const
getdata
=
()
=>
{
getA
()
getB
()
}
const
getA
=
()
=>
{
//定时更新
api
.
getJieYue
({
type
:
radioA
.
value
}).
then
(
res
=>
{
dataA
.
value
=
[]
kindList
.
value
=
[]
for
(
let
n
of
res
.
data
)
{
if
(
n
.
count
>
0
)
{
kindList
.
value
.
push
(
n
.
name
)
dataA
.
value
.
push
(
n
.
count
)
}
}
setA
()
})
handelGetYS007
()
handelGetYS008
()
handelGetYS009
()
}
const
setA
=
(
arrY
,
arr1
,
arr2
,
arr3
,
markLineName
,
BC
)
=>
{
chartA
=
echarts
.
init
(
zhuRef
.
value
)
const
option
=
{
...
...
@@ -619,20 +605,6 @@ const setA = (arrY, arr1, arr2, arr3, markLineName, BC) => {
chartA
.
setOption
(
option
)
autoHover
(
chartA
,
option
,
0
,
2000
)
}
const
getB
=
()
=>
{
api
.
getJieShou
().
then
(
res
=>
{
dataA
.
value
=
[]
kindList
.
value
=
[]
for
(
let
n
of
res
.
data
)
{
if
(
n
.
count
>
0
)
{
kindList
.
value
.
push
(
n
.
name
)
dataA
.
value
.
push
(
n
.
count
)
}
}
setB
()
})
}
const
setB
=
(
arrY
,
arr1
,
arr2
)
=>
{
chartB
=
echarts
.
init
(
lineRef
.
value
)
const
option
=
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment