Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
9 years ago
Commit
b6efee87ea82a0d5f6feb9f7a71f198482e3df17
1 parent
b669ebd4
camel个人中心
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/me/models/returns.js
apps/me/models/returns.js
View file @
b6efee8
...
...
@@ -103,7 +103,7 @@ const getUserReturn = (uid, page) => {
item
.
order_goods
.
forEach
(
good
=>
{
let
cnAlphabet
=
good
.
cn_alphabet
?
good
.
cn_alphabet
:
''
;
good
.
hidePrice
=
true
;
good
.
goodUrl
=
helpers
.
urlFormat
(
`
/
product
/
pro_$
{
good
.
product_id
}
_$
{
good
.
goods_id
}
/${cnAlphabet}.html`
)
; // eslint-disable-lin
e
});
...
...
Please
register
or
login
to post a comment