xuzhiheng 5 년 전
부모
커밋
e779178a12
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/jfw/modules/app/src/web/templates/vipsubscribe/vip_index_new.html

+ 1 - 0
src/jfw/modules/app/src/web/templates/vipsubscribe/vip_index_new.html

@@ -514,6 +514,7 @@
 	<script>
         $(window).bind("pageshow", function (event) {
             if (event.originalEvent.persisted) {
+                sessionStorage.liveActiveCode_new = "";
                 window.location.reload();
             }
         });