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
2452452d
Commit
2452452d
authored
Feb 04, 2020
by
ltz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
21a7ca3b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
index.wxml
business/pages/calendarthemeindex/index.wxml
+2
-2
clocklist.js
business/pages/deskcenter/clocklist.js
+1
-0
clocklist.wxss
business/pages/deskcenter/clocklist.wxss
+2
-2
index.wxml
business/pages/themeindex/index.wxml
+2
-2
No files found.
business/pages/calendarthemeindex/index.wxml
View file @
2452452d
...
...
@@ -84,9 +84,9 @@
<image class="icon-label" src="{{imageRoot}}2b/themeindex/icon_clockrate.png"></image>
<view class="title1">打卡率</view>
<view class="progress-box">
<view class="current" style="width: {{circleInfo.class_student_count==0? 0: memberTotal2/circleInfo.class_student_count*100}}%"></view>
<view class="current" style="width: {{circleInfo.class_student_count==0? 0: memberTotal2/circleInfo.class_student_count*100
>100?100:memberTotal2/circleInfo.class_student_count*100
}}%"></view>
</view>
<view class="rate-num">{{circleInfo.class_student_count==0?0:filter.toFix(memberTotal2/circleInfo.class_student_count*100,2)}}%</view>
<view class="rate-num">{{circleInfo.class_student_count==0?0:filter.toFix(memberTotal2/circleInfo.class_student_count*100,2)
>100?100:filter.toFix(memberTotal2/circleInfo.class_student_count*100,2)
}}%</view>
</view>
</view>
<view class="unlockstudent-box">
...
...
business/pages/deskcenter/clocklist.js
View file @
2452452d
...
...
@@ -654,4 +654,5 @@ Page({
suretext
:
''
})
},
true
(){}
})
\ No newline at end of file
business/pages/deskcenter/clocklist.wxss
View file @
2452452d
...
...
@@ -97,7 +97,7 @@
.modal .mask{
width: 100%;
height: 100%;
position:
absolute
;
position:
fixed
;
left: 0;
top: 0;
z-index: 9;
...
...
@@ -179,7 +179,7 @@
.modal-copy .modal-copy-content .content-center{
padding: 0 24rpx;
max-height: 800rpx;
overflow
: hidden
;
overflow
-y: auto
;
}
.modal-copy .modal-copy-content .content-center .content-item{
display: flex;
...
...
business/pages/themeindex/index.wxml
View file @
2452452d
...
...
@@ -45,9 +45,9 @@
<image class="icon-label" src="{{imageRoot}}2b/themeindex/icon_clockrate.png"></image>
<view class="title1">打卡率</view>
<view class="progress-box">
<view class="current" style="width: {{circleInfo.class_student_count==0?0: memberTotal2/circleInfo.class_student_count*100}}%"></view>
<view class="current" style="width: {{circleInfo.class_student_count==0?0: memberTotal2/circleInfo.class_student_count*100
>100?100:memberTotal2/circleInfo.class_student_count*100
}}%"></view>
</view>
<view class="rate-num">{{circleInfo.class_student_count==0?0:filter.toFix(memberTotal2/circleInfo.class_student_count*100,2)}}%</view>
<view class="rate-num">{{circleInfo.class_student_count==0?0:filter.toFix(memberTotal2/circleInfo.class_student_count*100,2)
>100?100:filter.toFix(memberTotal2/circleInfo.class_student_count*100,2)
}}%</view>
</view>
</view>
<view class="unlockstudent-box" wx:if="{{memberTotal}}">
...
...
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