Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-11-17 16:02:27 +0800
Commit
71ad7cce4f45d5b4628556848cd3c1a5bc63bfbc
1 parent
b2fb985b
修改新建地址接口
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Home/UserData.php
library/LibModels/Wap/Home/UserData.php
View file @
71ad7cc
...
...
@@ -233,7 +233,7 @@ class UserData
$param
[
'consignee'
]
=
$consignee
;
$param
[
'email'
]
=
$email
;
if
(
$id
!==
null
)
{
// 修改
if
(
!
empty
(
$id
)
)
{
// 修改
$param
[
'id'
]
=
$id
;
$param
[
'method'
]
=
'app.address.update'
;
}
else
{
// 添加
...
...
Please
register
or
login
to post a comment