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
c7b39a3810f889f61d75e8b001d04c58dec5be71
1 parent
38061000
在线登记
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/controller/admin/Onlinereg.class.php
website/controller/admin/Onlinereg.class.php
View file @
c7b39a3
...
...
@@ -234,7 +234,7 @@ class Controller_Admin_Onlinereg extends Controller_Admin_Base
}
else
if
(
in_array
(
$key
,
array
(
'is_enter_yohobuy'
,
'is_3c'
)))
//是否
{
$value
=
empty
(
$attr
)
?
'
是'
:
'否
'
;
$value
=
empty
(
$attr
)
?
'
否'
:
'是
'
;
}
else
if
(
$key
==
'brand_reg_type'
)
//品牌注册类型
{
...
...
Please
register
or
login
to post a comment