Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
whb
9 years ago
Commit
6e6ab27907dd03954df90a34895965d95f5b5dbb
1 parent
8bb9b8fd
在线登记
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
res/js/admin/onlinereg.js
res/js/yohood.js
website/view/script/onlinereg/exhibitor.php
res/js/admin/onlinereg.js
View file @
6e6ab27
...
...
@@ -48,7 +48,7 @@ define('admin/onlinereg', function(require, exports){
var
val
=
''
;
var
keys
=
[
'name'
,
'product_type'
,
'profession'
,
'sex'
,
'company'
,
'contact'
,
'telphone'
,
'mobile'
,
'brand_reg_type'
,
'country'
,
'zipcode'
,
'city'
,
'introduction'
,
'email'
,
'place'
,
'website'
];
var
selectKeys
=
[
'is_enter_yohobuy'
,
'is_3c'
,
'relation'
];
var
selectKeys
=
[
'is_enter_yohobuy'
,
'is_3c'
,
'relation'
,
'brand_reg_type'
];
var
i
;
params
.
id
=
sellerId
;
if
(
type
==
0
)
...
...
res/js/yohood.js
View file @
6e6ab27
...
...
@@ -876,6 +876,7 @@ define('yohood', function(require, exports) {
is_enter_yohobuy
:
is_enter_yohobuy
,
brand_reg_type
:
brand_reg_type
,
profession
:
profession
,
product_type
:
product_type
,
company
:
company
,
country
:
country
,
sex
:
sex
,
...
...
website/view/script/onlinereg/exhibitor.php
View file @
6e6ab27
...
...
@@ -34,7 +34,6 @@
<div
class=
"form-control"
>
<input
type=
"radio"
name=
"is_enter_yohobuy"
id=
"yoho-yes"
value=
"1"
/>
<label
for=
"yoho-yes"
>
是
</label>
<input
type=
"radio"
name=
"is_enter_yohobuy"
id=
"yoho-no"
value=
"0"
/>
<label
for=
"yoho-no"
>
否
</label>
</div>
...
...
Please
register
or
login
to post a comment