Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
Email Patches
Plain Diff
Browse Files
Authored by
xuhongyun
2017-01-19 17:29:30 +0800
Commit
115bf78c6935ce4296924baafff04ade6ca5d325
1 parent
abfc6b76
build
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.Batch.js
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.brandClassic.js
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.brandSaleTime.js
dist/yohobuy-portal-fe/5.0.2/jquery/goods.productTag.Index.js
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.Batch.js
View file @
115bf78
...
...
@@ -64,7 +64,7 @@ webpackJsonp([27],[
common
.
util
.
__tip
(
'处理失败!具体报错见页面下方!'
,
'warning'
);
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.brandClassic.js
View file @
115bf78
...
...
@@ -37,7 +37,7 @@ webpackJsonp([31],[
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.brandSaleTime.js
View file @
115bf78
...
...
@@ -37,7 +37,7 @@ webpackJsonp([32],[
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
dist/yohobuy-portal-fe/5.0.2/jquery/goods.productTag.Index.js
View file @
115bf78
...
...
@@ -251,7 +251,7 @@ webpackJsonp([47],[
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
});
...
...
Please
register
or
login
to post a comment