update:rss更新日改成具体周几
del:移除my.js一处日志打印
This commit is contained in:
@@ -183,11 +183,11 @@
|
||||
{{# }}}
|
||||
</script>
|
||||
<script type="text/html" id="animUpdateState">
|
||||
{{# if(d.update==1){}}
|
||||
{{# if(d.updateDay=='今天更新'){}}
|
||||
<div><input type="checkbox" name="update" lay-text="今天更新|不更新" lay-filter="stateCheckbox" lay-skin="switch"
|
||||
value="{{d.id}}" checked disabled></div>
|
||||
{{# } else { }}
|
||||
<div><input type="checkbox" name="update" lay-text="今天更新|不更新" lay-filter="stateCheckbox" lay-skin="switch"
|
||||
<div><input type="checkbox" name="update" lay-text="{{d.updateDay}}|{{d.updateDay}}" lay-filter="stateCheckbox" lay-skin="switch"
|
||||
value="{{d.id}}" disabled></div>
|
||||
{{# }}}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user