|
@@ -197,13 +197,9 @@
|
|
|
$(".date-span").text(dateHtml);
|
|
|
}
|
|
|
if(exprie === "will"){
|
|
|
- let a = (endstime/1000) - (86400 * 3)
|
|
|
- let b = nowTime/1000
|
|
|
- if(b > a){
|
|
|
- $(".renew_service").show();
|
|
|
- $("#exprie").text("VIP订阅服务即将到期,请及时续费")
|
|
|
- $(".recommend_title").text("以下区域、行业的订阅推送即将停止,为了不影响您的使用,请立即续费!")
|
|
|
- }
|
|
|
+ $(".renew_service").show();
|
|
|
+ $("#exprie").text("VIP订阅服务即将到期,请及时续费")
|
|
|
+ $(".recommend_title").text("以下区域、行业的订阅推送即将停止,为了不影响您的使用,请立即续费!")
|
|
|
}else{
|
|
|
$(".renew_service").show();
|
|
|
$(".free_service").show();
|