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
07322275
Commit
07322275
authored
Dec 28, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
38864389
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
teachremind.js
business/pages/classservice/teachremind.js
+1
-0
teachremind.wxml
business/pages/classservice/teachremind.wxml
+2
-2
teachremind.wxss
business/pages/classservice/teachremind.wxss
+1
-1
No files found.
business/pages/classservice/teachremind.js
View file @
07322275
...
...
@@ -272,6 +272,7 @@ Page({
},
rejectApproval
(
e
){
const
{
item
}
=
e
.
currentTarget
.
dataset
;
const
{
leavesList
}
=
this
.
data
;
const
that
=
this
;
wx
.
showModal
({
title
:
'提示'
,
...
...
business/pages/classservice/teachremind.wxml
View file @
07322275
...
...
@@ -53,7 +53,7 @@
<view class="sure-student-list" wx:if="{{sureStudents.length>0}}">
<view class="item" wx:for="{{sureStudents}}" wx:key="{{index}}">
<view class="nickname-box">
<view class="left">{{item.formal_school_student.name}}</view>
<view class="left">{{item.formal_school_student.name
|| item.formal_school_student.nickname
}}</view>
<view class="right">{{item.confirm_status == 2 ? '已确认' : '未确认'}}</view>
</view>
<view class="phone" bindtap="phoneCall" data-mobile="{{item.formal_school_student.mobile}}"><image class="" src="{{imageRoot}}2b/studentdetail/phone.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" />联系</view>
...
...
@@ -66,7 +66,7 @@
<view class="sure-student-list" wx:if="{{unSureStudents.length>0}}">
<view class="item" wx:for="{{unSureStudents}}" wx:key="{{index}}">
<view class="nickname-box">
<view class="left">{{item.formal_school_student.name}}</view>
<view class="left">{{item.formal_school_student.name
|| item.formal_school_student.nickname
}}</view>
<view class="status {{item.read_status == 2 ? 'readed' : ''}}">{{item.read_status == 2 ? '已读' : '未读'}}</view>
</view>
<view class="phone" bindtap="phoneCall" data-mobile="{{item.formal_school_student.mobile}}"><image class="" src="{{imageRoot}}2b/studentdetail/phone.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" />联系</view>
...
...
business/pages/classservice/teachremind.wxss
View file @
07322275
...
...
@@ -223,7 +223,7 @@ page{
align-items: center;
justify-content: center;
}
.
leav
e-student-list .nickname-box .right .readed{
.
unsure-student .sur
e-student-list .nickname-box .right .readed{
color:rgba(101,184,244,1);
background:rgba(101,184,244,.15);
border-radius:6px;
...
...
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