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
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
0ea071b28664dce46def3cdfe6c14dcfc425fd5c
2 parents
ce3e40d1
285598a2
Merge branch 'release/4.5' of git.dev.yoho.cn:web/yohobuywap into release/4.5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
static/dist/myohobuy/1.3.22/index.css
yohobuy/m.yohobuy.com/application/models/Index/User.php
static/dist/myohobuy/1.3.22/index.css
View file @
0ea071b
This diff could not be displayed because it is too large.
yohobuy/m.yohobuy.com/application/models/Index/User.php
View file @
0ea071b
...
...
@@ -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