Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
毕凯
2015-12-20 18:08:52 +0800
Commit
761f9bf965fb2442ba45c65ad8babe9c42441a25
1 parent
673938aa
切换用户的时候刷新页面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/cart/order-ensure.js
static/js/cart/order-ensure.js
View file @
761f9bf
...
...
@@ -26,6 +26,7 @@ lazyLoad();
if
(
window
.
getUid
()
!==
orderInfo
(
'uid'
))
{
order
.
init
();
window
.
location
.
reload
();
}
if
(
$couponUse
.
data
(
'name'
)
!==
orderInfo
(
'couponName'
))
{
...
...
Please
register
or
login
to post a comment