Authored by 毕凯

切换用户的时候刷新页面

@@ -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')) {