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
2f261f52
Commit
2f261f52
authored
Dec 30, 2019
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9304a465
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
teachremind.json
business/pages/classservice/teachremind.json
+2
-1
teachremind.wxml
business/pages/classservice/teachremind.wxml
+4
-2
index.js
src/pages/myschedule/index.js
+1
-0
landpage.js
src/pages/myschedule/landpage.js
+1
-0
No files found.
business/pages/classservice/teachremind.json
View file @
2f261f52
...
...
@@ -2,6 +2,7 @@
"navigationBarTitleText"
:
"上课提醒"
,
"enablePullDownRefresh"
:
true
,
"usingComponents"
:
{
"btn-drag"
:
"../../../components/btndrag"
"btn-drag"
:
"../../../components/btndrag"
,
"permission-box"
:
"../../components/permissionbox"
}
}
\ No newline at end of file
business/pages/classservice/teachremind.wxml
View file @
2f261f52
...
...
@@ -77,8 +77,10 @@
<view class="line">赶快去点名上课吧!</view>
</view>
</view>
<view class="rollcall-btn" bindtap="goRollcallIndex">点名</view>
</view>
<permission-box cinfigid="6">
<view class="rollcall-btn" bindtap="goRollcallIndex" slot="menubtn">{{schedulesDetail.call_time?'编辑点名':'点名'}}</view>
</permission-box>
<btn-drag bind:btnDragEvent='goDeskCenter' tobottomDis='88' width='45' height="45" catchtouchmove="ture">
<view class="gohome" slot="dragcontent">
...
...
src/pages/myschedule/index.js
View file @
2f261f52
...
...
@@ -452,6 +452,7 @@ Page({
bindHideModalLeave
(
e
){
let
that
=
this
;
that
.
setData
({
leaveContent
:
''
,
modalLeaveShow
:
false
})
},
...
...
src/pages/myschedule/landpage.js
View file @
2f261f52
...
...
@@ -333,6 +333,7 @@ Page({
bindHideModalLeave
(
e
){
let
that
=
this
;
that
.
setData
({
leaveContent
:
''
,
modalLeaveShow
:
false
})
},
...
...
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