Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
token
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallet
token
Commits
99cd4b01
Commit
99cd4b01
authored
Jun 24, 2019
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推荐币添加所属链
parent
b299d0eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.php
backend/views/coin-recommend/index.php
+4
-2
No files found.
backend/views/coin-recommend/index.php
View file @
99cd4b01
...
...
@@ -47,6 +47,7 @@
<div
style=
"display: none; padding: 5px 5px;"
id=
"_form"
>
<form
class=
"layui-form"
id=
"form1"
lay-filter=
"form1"
>
<input
type=
"hidden"
name=
"id"
value=
""
>
<input
type=
"hidden"
name=
"platform_id_hidden"
id =
'platform_id_hidden'
value=
""
>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
钱包
</label>
<div
class=
"layui-input-inline"
>
...
...
@@ -255,12 +256,13 @@ table.on('tool(table1)', function(obj) {
sort
:
data
.
sort
,
recommend
:
data
.
recommend
,
type
:
data
.
type
,
chain
:
data
.
chain
chain
:
data
.
chain
,
platform_id_hidden
:
data
.
platform_id
});
},
btn1
:
function
()
{
var
data
=
$
(
"#form1"
).
serialize
();
data
+=
"&platform_id="
+
$
(
'#platform_id'
).
val
();
data
+=
"&platform_id="
+
$
(
'#platform_id
_hidden
'
).
val
();
$
.
get
(
'/admin/coin-recommend/add'
,
data
,
function
(
rev
)
{
layer
.
msg
(
rev
.
msg
);
if
(
0
==
rev
.
code
)
{
...
...
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