Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tools
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
tools
Commits
9ecc5728
Commit
9ecc5728
authored
Nov 28, 2022
by
庄欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add is_del
parent
cb86d734
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
mp-fastquote/css/main.css
+2
-0
mp-fastquote/html/index.html
+1
-1
mp-fastquote/js/main.js
+3
-1
No files found.
mp-fastquote/css/main.css
View file @
9ecc5728
...
...
@@ -119,6 +119,8 @@
#__extend_fast_quote
#__extend_fastquote_container
#_____mp_fastquote
#main-ui
{
overflow-y
:
scroll
;
min-height
:
65vh
;
max-height
:
95vh
;
}
#__extend_fast_quote
#__extend_fastquote_container
#_____mp_fastquote
#main-ui
.form
{
...
...
mp-fastquote/html/index.html
View file @
9ecc5728
...
...
@@ -39,7 +39,7 @@
</div>
<div
class=
"form-group"
>
<label>
在点是否发布成了什么
形式
</label>
<label>
第三方发布
形式
</label>
<div>
<input
type=
"radio"
value=
"0"
name=
"is_video"
checked
/>
图片
<input
type=
"radio"
value=
"1"
name=
"is_video"
/>
视频
...
...
mp-fastquote/js/main.js
View file @
9ecc5728
...
...
@@ -295,7 +295,9 @@ function goNext() {
removeLoading
();
return
;
}
addSuccess
(
"已添加到后台推送记录"
);
//addSuccess("已添加到后台推送记录");
prop
();
alert
(
"已添加到后台推送记录"
);
removeLoading
();
setCookie
(
"default_admin"
,
postData
[
'admin_id'
]);
setCookie
(
"default_status"
,
postData
[
'status'
]);
...
...
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