xuzhiheng пре 5 година
родитељ
комит
fbc97c4f0c

+ 11 - 1
src/web/templates/weixin/vipsubscribe/renew_pay.html

@@ -265,7 +265,17 @@
 		}
     </script>
     <script>
-    	
+    	$(function () {    
+			var isPageHide = false;   
+			window.addEventListener('pageshow', function () {      
+			    if (isPageHide) {
+	                location.reload();
+			    }    
+			});    
+			window.addEventListener('pagehide', function () {
+			    isPageHide = true;
+			});  
+		});
         // 隐藏dialog选择框
         function hideDialog() {
             $('#pay_way').hide(200);

+ 12 - 1
src/web/templates/weixin/vipsubscribe/vip_upgrade.html

@@ -361,7 +361,18 @@
 		}
     </script>
     <script>
-        
+        $(function () {    
+			var isPageHide = false;   
+			window.addEventListener('pageshow', function () {      
+			    if (isPageHide) {
+	                location.reload();
+			    }    
+			});    
+			window.addEventListener('pagehide', function () {
+			    isPageHide = true;
+			});  
+		});
+		
 		var monthPrice = "";
         var yearPrice = "";