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-25 11:23:45 +0800
Commit
e7fdf2c0a380c1849b59d72971c7e37194719caa
1 parent
83ef5995
地址接口修改加隐藏
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 @
e7fdf2c
...
...
@@ -586,7 +586,7 @@ class UserModel
$result
=
array
();
// 调用接口获取地址数据
$address
=
UserData
::
address
Text
Data
(
$uid
);
$address
=
UserData
::
addressData
(
$uid
);
// 处理地址数据
if
(
isset
(
$address
[
'data'
])
&&
!
empty
(
$address
[
'data'
]))
{
...
...
Please
register
or
login
to post a comment