Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-07-27 16:48:43 +0800
Commit
6f322d87fda08aac580ab016015d16071b5cb8dc
1 parent
41235423
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail.page.js
public/js/product/detail.page.js
View file @
6f322d8
...
...
@@ -1875,7 +1875,7 @@ function loadReturn() {
}).
then
(
function
(
result
)
{
if
(
result
.
code
===
200
)
{
switch
(
result
.
data
)
{
case
1
:
case
0
:
$saleReturn
.
removeClass
().
addClass
(
'not-support-salereturned-service'
);
break
;
case
2
:
...
...
Please
register
or
login
to post a comment