Selaa lähdekoodia

Merge branch 'dev2.8.5' of http://192.168.3.207:10080/qmx/jy into dev2.8.5

zhangxinlei1996 5 vuotta sitten
vanhempi
commit
7a4f0c3cf4
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      src/web/templates/weixin/historypush.html

+ 5 - 4
src/web/templates/weixin/historypush.html

@@ -244,6 +244,9 @@
 				if(isPassCount){
 					$(".open_remind").show();
 				}
+				if(parseInt(isExpire)<0){
+					$(".nv_renew_toast").show();
+				}
 				if(!firstPage.length>0 && !haskey){
 					if(sessionStorage&&(sessionStorage.keysetindexToHistory=="1"||sessionStorage.keysetindexToHistory=="2"||sessionStorage.keysetindexToHistory=="3")){
 						sessionStorage.removeItem("keysetindexToHistory");
@@ -271,14 +274,12 @@
 				}
 				if(parseInt(isOnTail)!=1){
 					$('.free7days_pic').append("<style>.free7days_pic:after{display:none}</style>");
-					if(parseInt(isExpire)!=0){
+					if(parseInt(isExpire)>0){
 						$(".isExpire").text(parseInt(isExpire));
 						$(".renew_toast").show();
 					}
 				}else{
-					if(parseInt(isExpire)<0){
-						$(".nv_renew_toast").show();
-					}else{
+					if(parseInt(isExpire)>0){
 						$(".isExpire").text(parseInt(isExpire));
 						$(".renew_toast").show();
 					}