|
@@ -24,7 +24,7 @@
|
|
|
<link rel="stylesheet" href="/vipsubscribe/iconfont/iconfont.css" />
|
|
|
<link rel="stylesheet" href="/vipsubscribe/css/base.css?v={{Msg "seo" "version"}}" />
|
|
|
<link rel="stylesheet" href="/vipsubscribe/css/public.css?v={{Msg "seo" "version"}}">
|
|
|
- <link rel="stylesheet" href="/vipsubscribe/css/subscribe_list.css?v={{Msg "seo" "version"}}">
|
|
|
+ <link rel="stylesheet" href="/vipsubscribe/css/subscribe_list.css?v={{Msg "seo" "version"}}1">
|
|
|
<script>
|
|
|
var zbadd = {{Msg "seo" "ZBADDRESS"}};
|
|
|
var firstPage = null;
|
|
@@ -277,13 +277,15 @@
|
|
|
}
|
|
|
if(parseInt(isOnTail)!=1){
|
|
|
$('.free7days_pic').append("<style>.free7days_pic:after{display:none}</style>");
|
|
|
- if(parseInt(isExpire)>1){
|
|
|
- $(".renew_toast .isExpire").text(parseInt(isExpire));
|
|
|
- $(".renew_toast").show();
|
|
|
- }else if (parseInt(isExpire)>0){
|
|
|
- $(".renew_toast").find(".other").hide();
|
|
|
- $(".renew_toast").find(".today").show();
|
|
|
- $(".renew_toast").show();
|
|
|
+ if(!checkOrder(1)){
|
|
|
+ if(parseInt(isExpire)>1){
|
|
|
+ $(".renew_toast .isExpire").text(parseInt(isExpire));
|
|
|
+ $(".renew_toast").show();
|
|
|
+ }else if (parseInt(isExpire)>0){
|
|
|
+ $(".renew_toast").find(".other").hide();
|
|
|
+ $(".renew_toast").find(".today").show();
|
|
|
+ $(".renew_toast").show();
|
|
|
+ }
|
|
|
}
|
|
|
}else{
|
|
|
if(parseInt(isExpire)>1){
|