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
8a5ea3ea
Commit
8a5ea3ea
authored
Dec 28, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
b71dc336
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
teacherindex.js
business/pages/classservice/teacherindex.js
+5
-2
teacherindex.wxml
business/pages/classservice/teacherindex.wxml
+1
-1
teachremind.wxml
business/pages/classservice/teachremind.wxml
+1
-1
No files found.
business/pages/classservice/teacherindex.js
View file @
8a5ea3ea
...
...
@@ -131,11 +131,14 @@ Page({
}).
catch
(()
=>
{})
},
// 预警处理
gotodolist
(){
gotodolist
(
e
){
const
{
btnname
}
=
e
.
currentTarget
.
dataset
;
wx
.
navigateTo
({
url
:
`/business/pages/classservice/todolist?sid=
${
this
.
data
.
sid
}
&my=
${
this
.
data
.
my
}
`
})
this
.
log
(
'gotodolist'
)
if
(
btnname
){
this
.
log
(
btnname
)
}
},
// 发布 弹窗
bindAdd
(){
...
...
business/pages/classservice/teacherindex.wxml
View file @
8a5ea3ea
...
...
@@ -124,7 +124,7 @@
</view>
</permission-box>
<permission-box cinfigid="6">
<view class="wanted-btn" bindtap="gotodolist" slot="menubtn">我要点名</view>
<view class="wanted-btn" bindtap="gotodolist" slot="menubtn"
data-btnname="gotodolist"
>我要点名</view>
</permission-box>
</view>
<view class="modal {{modelHideClass? 'hide': ''}}" hidden="{{!modalshow}}">
...
...
business/pages/classservice/teachremind.wxml
View file @
8a5ea3ea
...
...
@@ -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.student.name}}</view>
<view class="left">{{item.
formal_school_
student.name}}</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>
...
...
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