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
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
af7c7715ec3dba7ce9f90ed31735ee88d24bd200
2 parents
6e35fdf9
7fcc0812
Merge branch 'develop/wap' into beta/wap
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 @
af7c771
...
...
@@ -364,7 +364,7 @@ class UserModel
$record
=
array
();
$record
[
'product_name'
]
=
$val
[
'product_name'
];
$record
[
'product_
id'
]
=
$val
[
'product_id
'
];
$record
[
'product_
skn'
]
=
$val
[
'product_skn
'
];
$record
[
'link'
]
=
Helpers
::
url
(
'/product/show_'
.
$val
[
'product_skn'
]
.
'.html'
);
$record
[
'image'
]
=
!
empty
(
$val
[
'image'
])
?
Helpers
::
getImageUrl
(
$val
[
'image'
],
447
,
596
)
:
''
;
$record
[
'sales_price'
]
=
Helpers
::
transPrice
(
$val
[
'sales_price'
]);
...
...
Please
register
or
login
to post a comment