Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
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
godwithdh
WX_h5
Commits
11b44d42
Commit
11b44d42
authored
Feb 07, 2020
by
张锡奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload
parent
70cbd5e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
host.js
src/libs/host.js
+1
-1
index.vue
src/view/healthCard/statistics/index.vue
+12
-0
No files found.
src/libs/host.js
View file @
11b44d42
...
@@ -30,7 +30,7 @@ function urlFun(name){
...
@@ -30,7 +30,7 @@ function urlFun(name){
/**
/**
* 健康打卡统计
* 健康打卡统计
*/
*/
health
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296`
health
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296`
}
}
return
url
[
name
]
return
url
[
name
]
...
...
src/view/healthCard/statistics/index.vue
View file @
11b44d42
...
@@ -74,6 +74,15 @@
...
@@ -74,6 +74,15 @@
.items:last-child{
.items:last-child{
margin-bottom:15px;
margin-bottom:15px;
}
}
.img{
width:100%;
display: flex;
justify-content: center;
img{
width:100%;
height:300px;
}
}
}
}
</
style
>
</
style
>
...
@@ -104,6 +113,9 @@
...
@@ -104,6 +113,9 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"img"
v-if=
"list.length
<
=
0
"
>
<img
src=
"@/assets/noData.jpg"
class=
"_img"
alt=
""
>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
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