Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Rock Zhang
2015-12-21 19:49:32 +0800
Commit
9f1496984318bab31273962f3db2b350459fd163
1 parent
d9f7b16f
修改结算页面的js交互判断错误会导致页面刷新的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/order-ensure.js
static/js/cart/order-ensure.js
View file @
9f14969
...
...
@@ -93,7 +93,7 @@ function orderCompute() {
}).
then
(
function
(
res
)
{
var
priceHtml
;
if
(
!
res
.
length
)
{
if
(
$
.
type
(
res
)
!==
'object'
)
{
window
.
location
.
reload
();
}
else
{
/*if (res.order_amount) {
...
...
Please
register
or
login
to post a comment