Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
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
wangxuelai
wechatapp.shangjiadao.com
Commits
4e4c865a
Commit
4e4c865a
authored
Aug 15, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
43fddb7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
index.js
business/pages/datacenter/index.js
+5
-3
index.wxss
business/pages/datacenter/index.wxss
+1
-1
list.js
business/pages/studentmgt/list.js
+1
-1
No files found.
business/pages/datacenter/index.js
View file @
4e4c865a
...
...
@@ -34,8 +34,10 @@ Page({
windowWidth
:
320
,
total
:
0
,
ringChart
:{
}
1
:
''
,
2
:
''
,
3
:
''
},
},
/**
...
...
@@ -307,7 +309,7 @@ Page({
classCours
:
data
.
list
})
data
.
list
.
forEach
((
ele
,
index
)
=>
{
this
.
initRingChart
(
ele
,
index
+
1
)
this
.
initRingChart
(
index
+
1
,
ele
)
});
}
}).
catch
((
res
)
=>
{
...
...
business/pages/datacenter/index.wxss
View file @
4e4c865a
...
...
@@ -104,7 +104,7 @@
left: -18rpx;
}
.ring-chart-box .chart-box .chart-item{
flex: 1
;
width: 33%
;
}
.ring-chart-box .chart-box .chart-item .name{
font-size:24rpx;
...
...
business/pages/studentmgt/list.js
View file @
4e4c865a
...
...
@@ -239,7 +239,7 @@ Page({
let
prevPage
=
pages
[
pages
.
length
-
2
];
prevPage
.
setData
({
consumer_id
:
this
.
data
.
checkedIdStr
,
consumer_names
:
this
.
data
.
checkedNames
.
join
(
","
)
consumer_names
:
this
.
data
.
checkedNames
.
join
(
","
)
,
})
wx
.
navigateBack
({
delta
:
1
,
...
...
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