|
@@ -247,13 +247,13 @@
|
|
<!-- <a href="/jyapp/vipsubscribe/vipsubscribe_renew" class="custom-header-right go_renew" style="display: none;">续费</a> -->
|
|
<!-- <a href="/jyapp/vipsubscribe/vipsubscribe_renew" class="custom-header-right go_renew" style="display: none;">续费</a> -->
|
|
<!-- <a href="/jyapp/vipsubscribe/vipsubscribe_new" class="custom-header-right go_buy" style="display: none;">去购买</a> -->
|
|
<!-- <a href="/jyapp/vipsubscribe/vipsubscribe_new" class="custom-header-right go_buy" style="display: none;">去购买</a> -->
|
|
</div>
|
|
</div>
|
|
- <div class="app-layout-content-b">
|
|
|
|
|
|
+ <div class="app-layout-content-b" v-cloak>
|
|
{{if not .T.isLiveActive}}
|
|
{{if not .T.isLiveActive}}
|
|
<div class="vip-upgrade">
|
|
<div class="vip-upgrade">
|
|
{{else}}
|
|
{{else}}
|
|
<div class="vip-upgrade live-20200707">
|
|
<div class="vip-upgrade live-20200707">
|
|
{{end}}
|
|
{{end}}
|
|
- <ul class="vip-body" id="vip-body">
|
|
|
|
|
|
+ <ul class="vip-body" id="vip-body" v-cloak>
|
|
<li class="sub-box">
|
|
<li class="sub-box">
|
|
<a data-href="/jyapp/vipsubscribe/introducePage?type=renew" class="banner-ad-box update"
|
|
<a data-href="/jyapp/vipsubscribe/introducePage?type=renew" class="banner-ad-box update"
|
|
style="display: none">
|
|
style="display: none">
|
|
@@ -267,7 +267,7 @@
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</a>
|
|
<ul class="sub-info" :class="vSwitch !== 'm' && vSwitch !== 'v' ? 'go_to_levelup' : ''" @click="toPaySupSub" style="min-height: 1.48rem">
|
|
<ul class="sub-info" :class="vSwitch !== 'm' && vSwitch !== 'v' ? 'go_to_levelup' : ''" @click="toPaySupSub" style="min-height: 1.48rem">
|
|
- <li class="cycle" v-show="vSwitch !== 'f'">
|
|
|
|
|
|
+ <li class="cycle" v-show="vSwitch == 'm' || vSwitch == 'v'">
|
|
<a class="item-container" :href="vipLink">
|
|
<a class="item-container" :href="vipLink">
|
|
<div class="item">
|
|
<div class="item">
|
|
<span class="item-l">
|
|
<span class="item-l">
|
|
@@ -332,7 +332,7 @@
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
<!-- 升级 -->
|
|
<!-- 升级 -->
|
|
- <div class="update_renew" v-if="thisvSwitch === 'v'">
|
|
|
|
|
|
+ <div class="update_renew" style="display: none">
|
|
<div class="update-tips" data-update-tips>因系统升级,已购买用户可选择原套餐续费,或升级到新版本享受更多权益。</div>
|
|
<div class="update-tips" data-update-tips>因系统升级,已购买用户可选择原套餐续费,或升级到新版本享受更多权益。</div>
|
|
<div class="footer-button-group j-button-group">
|
|
<div class="footer-button-group j-button-group">
|
|
<button class="j-button-confirm" data-bind-renew>续费</button>
|
|
<button class="j-button-confirm" data-bind-renew>续费</button>
|
|
@@ -391,7 +391,7 @@
|
|
sessionStorage.removeItem('vip-cur-select-size')
|
|
sessionStorage.removeItem('vip-cur-select-size')
|
|
</script>
|
|
</script>
|
|
<script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/vipsubscribe/js/UpgradePrice.js?v={{Msg "seo" "version"}}'></script>
|
|
<script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/vipsubscribe/js/UpgradePrice.js?v={{Msg "seo" "version"}}'></script>
|
|
- <script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/vipsubscribe/js/vip_index_new.js?v={{Msg "seo" "version"}}'></script>
|
|
|
|
|
|
+ <script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/vipsubscribe/js/vip_index_new.js?v=11{{Msg "seo" "version"}}'></script>
|
|
</body>
|
|
</body>
|
|
{{include "/common/baiducc.html"}}
|
|
{{include "/common/baiducc.html"}}
|
|
|
|
|