Skip to content

Commit

Permalink
修复添加、编辑提示
Browse files Browse the repository at this point in the history
  • Loading branch information
lhtzbj12 committed May 8, 2019
1 parent d2a5a1d commit 9413e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/course/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="content-header">
<h1>
课程管理
<small>添加课程</small>
<small id="pageSmallTitle">添加课程</small>
</h1>
<ol class="breadcrumb">
<li>
Expand Down
1 change: 1 addition & 0 deletions views/course/edit_footerjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
$("#EffTimeRange").sddaterangepicker() //时间选择插件初始化
if(~~($("#Id").val())>0){
$("#saveAndgoon").hide()
$("#pageSmallTitle").text("编辑课程")
}
//验证
validateInfo();
Expand Down

0 comments on commit 9413e7a

Please sign in to comment.