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
zhangxiaoru
9 years ago
Commit
71905e7085a6c2d1048168c6aa3df0a5806039ce
1 parent
44dcc04c
exchange
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
apps/me/models/menu-crumb-handler.js
apps/me/models/returns.js
public/scss/me/_exchange.css
apps/me/models/menu-crumb-handler.js
View file @
71905e7
...
...
@@ -26,10 +26,12 @@ const getMeThumb = () => {
cache
:
true
,
code
:
200
}).
then
(
result
=>
{
let
thumb
=
{
banner
:
result
.
data
.
list
[
0
].
data
[
0
].
src
,
url
:
result
.
data
.
list
[
0
].
data
[
0
].
url
};
return
thumb
;
});
};
...
...
apps/me/models/returns.js
View file @
71905e7
...
...
@@ -643,7 +643,7 @@ const _setExchangeDetailData = (data) => {
list
.
reminder
=
true
;
list
.
inDoor
=
true
;
list
.
auditSuccess
=
true
;
list
.
view
=
`
//www.yohoblk.com/me/order/detail
?c
ode=${data.orderCode}`;
list
.
view
=
`
//www.yohoblk.com/me/order/detail
/?orderC
ode=${data.orderCode}`;
}
break
;
...
...
@@ -651,7 +651,7 @@ const _setExchangeDetailData = (data) => {
if
(
data
.
deliveryTpyeName
===
'寄回换货'
)
{
list
.
takeGoods
=
true
;
list
.
auditSuccess
=
true
;
list
.
view
=
`
//www.yohoblk.com/me/order/detail
?c
ode=${data.orderCode}`;
list
.
view
=
`
//www.yohoblk.com/me/order/detail
/?orderC
ode=${data.orderCode}`;
}
else
{
list
.
takeGoods
=
true
;
}
...
...
@@ -661,14 +661,14 @@ const _setExchangeDetailData = (data) => {
send
:
true
,
doubt
:
true
,
auditSuccess
:
true
,
view
:
`
//www.yohoblk.com/me/order/detail
?c
ode=${data.orderCode}`
view
:
`
//www.yohoblk.com/me/order/detail
/?orderC
ode=${data.orderCode}`
});
break
;
case
40
:
Object
.
assign
(
list
,
{
finish
:
true
,
auditSuccess
:
true
,
view
:
`
//www.yohoblk.com/me/order/detail
?c
ode=${data.orderCode}`
view
:
`
//www.yohoblk.com/me/order/detail
/?orderC
ode=${data.orderCode}`
});
break
;
case
91
:
...
...
public/scss/me/_exchange.css
View file @
71905e7
...
...
@@ -76,6 +76,7 @@
.iconfont
{
font-size
:
12px
;
margin-right
:
5px
;
color
:
#219dd6
;
}
}
}
...
...
Please
register
or
login
to post a comment