Commit 9ecc5728 by 庄欣

add is_del

parent cb86d734
...@@ -119,6 +119,8 @@ ...@@ -119,6 +119,8 @@
#__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote #main-ui { #__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote #main-ui {
overflow-y: scroll; overflow-y: scroll;
min-height: 65vh;
max-height: 95vh;
} }
#__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote #main-ui .form{ #__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote #main-ui .form{
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label>在点是否发布成了什么形式</label> <label>第三方发布形式</label>
<div> <div>
<input type="radio" value="0" name="is_video" checked/>图片 <input type="radio" value="0" name="is_video" checked/>图片
<input type="radio" value="1" name="is_video" />视频 <input type="radio" value="1" name="is_video" />视频
......
...@@ -295,7 +295,9 @@ function goNext() { ...@@ -295,7 +295,9 @@ function goNext() {
removeLoading(); removeLoading();
return; return;
} }
addSuccess("已添加到后台推送记录"); //addSuccess("已添加到后台推送记录");
prop();
alert("已添加到后台推送记录");
removeLoading(); removeLoading();
setCookie("default_admin", postData['admin_id']); setCookie("default_admin", postData['admin_id']);
setCookie("default_status", postData['status']); setCookie("default_status", postData['status']);
......
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