Showing
1 changed file
with
1 additions
and
0 deletions
@@ -26,6 +26,7 @@ lazyLoad(); | @@ -26,6 +26,7 @@ lazyLoad(); | ||
26 | 26 | ||
27 | if (window.getUid() !== orderInfo('uid')) { | 27 | if (window.getUid() !== orderInfo('uid')) { |
28 | order.init(); | 28 | order.init(); |
29 | + window.location.reload(); | ||
29 | } | 30 | } |
30 | 31 | ||
31 | if ($couponUse.data('name') !== orderInfo('couponName')) { | 32 | if ($couponUse.data('name') !== orderInfo('couponName')) { |
-
Please register or login to post a comment