Commit 92b6bce3 by liuyingying

页面

parent ca8d19f6
......@@ -773,6 +773,7 @@
}
function change_open(thisBtn, pubID){
var isOpen='0';
if(thisBtn.innerText==='取消发布'){
isOpen='0';
console.log(isOpen);
......@@ -806,6 +807,7 @@
})
}
function change_art_open(thisBtn, art_id){
var publish = '0';
if(thisBtn.innerText==='取消发布'){
publish = '0';
console.log(isOpen);
......
......@@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'md/markdown.css' %}">
<script type="text/javascript" src="{% static 'md/showdown.js' %}"></script>
<script type="text/javascript" src="{% static 'bootstrap.min.js' %}"></script>
<script type="text/javascript" src="{% static 'common.js' %}" charset="UTF-8"></script>
{# <script type="text/javascript" src="{% static 'common.js' %}" charset="UTF-8"></script>#}
</head>
<body>
<nav>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment