|
@@ -8,7 +8,7 @@
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="#34355A"/>
|
|
|
<meta name="theme-color" content="#34355A">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
- <title>VIP订阅首页</title>
|
|
|
+ <title>超级订阅首页</title>
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
<script src="{{Msg "seo" "cdn"}}/vipsubscribe/js/rem.js?v={{Msg "seo" "version"}}"></script>
|
|
@@ -29,7 +29,7 @@
|
|
|
<div class="header" style="display: none;">
|
|
|
<img class="header_left" src="/vipsubscribe/image/left.png?v={{Msg "seo" "version"}}" alt=""
|
|
|
onclick="javascript:history.back(-1);">
|
|
|
- <h3 class="header_title">VIP订阅</h3>
|
|
|
+ <h3 class="header_title">超级订阅</h3>
|
|
|
<span class="header_right"></span>
|
|
|
</div>
|
|
|
<div class="content">
|
|
@@ -39,7 +39,7 @@
|
|
|
<span class="free7days_pic"></span>
|
|
|
<!-- <div class="already">
|
|
|
<img src="/vipsubscribe/image/v.png?v={{Msg "seo" "version"}}" alt="">
|
|
|
- <h4>已开通VIP订阅服务</h4>
|
|
|
+ <h4>已开通超级订阅服务</h4>
|
|
|
</div> -->
|
|
|
</div>
|
|
|
</div>
|
|
@@ -134,8 +134,8 @@
|
|
|
<div class="renew_toast" style="display: none;">
|
|
|
<div>
|
|
|
<i class="icon iconfont" id="close_renew"></i>
|
|
|
- <span class="other">VIP订阅服务还有 <span class="renew_day"></span> 天到期,请及时续费!</span>
|
|
|
- <span class="today" style="display:none;">VIP订阅服务今天到期,请及时续费!</span>
|
|
|
+ <span class="other">超级订阅服务还有 <span class="renew_day"></span> 天到期,请及时续费!</span>
|
|
|
+ <span class="today" style="display:none;">超级订阅服务今天到期,请及时续费!</span>
|
|
|
<a onclick="rebuy()">去续费</a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -143,8 +143,8 @@
|
|
|
<div class="nv_renew_toast" style="display: none;">
|
|
|
<div>
|
|
|
<i class="icon iconfont" id="nv_close_renew"></i>
|
|
|
- <span class="other">VIP订阅服务还有 <span class="renew_day"></span> 天到期,请及时购买!</span>
|
|
|
- <span class="today" style="display:none;">VIP订阅服务今天到期,请及时购买!</span>
|
|
|
+ <span class="other">超级订阅服务还有 <span class="renew_day"></span> 天到期,请及时购买!</span>
|
|
|
+ <span class="today" style="display:none;">超级订阅服务今天到期,请及时购买!</span>
|
|
|
<a href="/front/vipsubscribe/vipsubscribe_new">去购买</a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -162,7 +162,7 @@
|
|
|
</div>
|
|
|
<div class="weui-dialog__bd"
|
|
|
style="line-height: .4rem;padding: .37rem .45rem;font-size: 14px;text-align: left;color: #686868;">
|
|
|
- 开启后,系统将根据你订阅的关键词自动匹配出相关联的项目,并将相关联项目的后续动态在VIP订阅内一并推送。
|
|
|
+ 开启后,系统将根据你订阅的关键词自动匹配出相关联的项目,并将相关联项目的后续动态在超级订阅内一并推送。
|
|
|
</div>
|
|
|
<div class="weui-dialog__ft" style="border-top: 1px solid #eee;padding-bottom: .2rem;padding-top: .2rem;">
|
|
|
<a href="javascript:;" class="weui-dialog__btn weui-dialog__btn_primary"
|
|
@@ -289,7 +289,7 @@
|
|
|
$(".to_expired").hide();
|
|
|
$(".tabbar").html('<a style="width: 100%;color: #fff;background: #2CB7CA;" href="/front/vipsubscribe/vipsubscribe_new" class="update_btn">去购买</a>')
|
|
|
}
|
|
|
- $('.free7days_pic').text("VIP订阅服务");
|
|
|
+ $('.free7days_pic').text("超级订阅服务");
|
|
|
$('.free7days_pic').append("<style>.free7days_pic::after{display:inline-block}</style>");
|
|
|
} else {
|
|
|
if (!checkOrder(1)) {
|
|
@@ -309,7 +309,7 @@
|
|
|
$(".to_expired").hide();
|
|
|
}
|
|
|
$(".tabbar").html('<a onclick="upgrade()" class="update_btn">升级</a><a onclick="rebuy()" class="renew_btn">续费</a>')
|
|
|
- $('.free7days_pic').text("已开通VIP订阅服务");
|
|
|
+ $('.free7days_pic').text("已开通超级订阅服务");
|
|
|
$('.free7days_pic').append("<style>.free7days_pic::after{display:none}</style>");
|
|
|
}
|
|
|
if (_vipData) {
|