Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
cailing
2016-05-19 17:52:03 +0800
Commit
e3dde438704cd2824a9f9793eb1c4410b7a092eb
1 parent
1cea5ee8
地址修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/User.php
yohobuy/m.yohobuy.com/application/models/Index/User.php
View file @
e3dde43
...
...
@@ -586,7 +586,7 @@ class UserModel
$result
=
array
();
// 调用接口获取地址数据
$address
=
UserData
::
addressData
(
$uid
);
$address
=
UserData
::
address
Text
Data
(
$uid
);
// 处理地址数据
if
(
isset
(
$address
[
'data'
])
&&
!
empty
(
$address
[
'data'
]))
{
...
...
Please
register
or
login
to post a comment