Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuhongyun
8 years ago
Commit
459ad2b0bfc7f9a40afb4b33c4af19adc99e1d1a
1 parent
534acdd3
build
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
dist/yohobuy-portal-fe/5.0.2/jquery/brand.Edit.js
server/interfaces/brand.brand.js
dist/yohobuy-portal-fe/5.0.2/jquery/brand.Edit.js
View file @
459ad2b
...
...
@@ -103,7 +103,7 @@ webpackJsonp([17],{
$
(
document
).
on
(
'click'
,
'#save_brand'
,
function
()
{
e
.
submit
(
$
(
"#basicForm"
).
attr
(
"action"
),
function
(
option
)
{
//option.data.authorizeCerts = authorizeCertList;
//option.data.authorizeCerts = authorizeCertList.join(',')
;
option
.
data
.
countryId
=
option
.
data
.
brandHeadstream
;
option
.
data
.
authorizeCerts
=
JSON
.
stringify
(
authorizeCertList
);
option
.
success
=
function
(
res
)
{
...
...
server/interfaces/brand.brand.js
View file @
459ad2b
...
...
@@ -41,7 +41,8 @@ module.exports={
{
name
:
'registerCertUrl'
,
type
:
'string'
},
{
name
:
'authorizeCerts'
,
type
:
'string'
},
{
name
:
'brandBanner'
,
type
:
'string'
},
{
name
:
'certParty'
,
type
:
'string'
}
{
name
:
'certParty'
,
type
:
'string'
},
{
name
:
'countryId'
,
type
:
'Number'
}
]
},
...
...
Please
register
or
login
to post a comment