|
@@ -25,7 +25,7 @@
|
|
|
<div class="banner-box">
|
|
|
<span class="j-icon vip-icon"></span>
|
|
|
<span class="content">300 组关键词特权</span>
|
|
|
- <a class="right-action" href="/vipsubscribe/introducePage">免费试用</a>
|
|
|
+ <a class="right-action" href="/front/vipsubscribe/introducePage">免费试用</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="j-main keyset" ref="jMain">
|
|
@@ -75,13 +75,13 @@
|
|
|
:style="footerReminderShow ? 'bottom:1.8rem' : ''"
|
|
|
@click="toSetKeyDetail('add', -1)"></div>
|
|
|
<div class="j-footer" ref='jFooter'>
|
|
|
- <div class="remind-container" v-show="footerReminderShow || keyList.length >= conf.maxKeyLength">
|
|
|
+ <div class="remind-container" v-show="footerReminderShow">
|
|
|
<div class="remind-left j-icon icon-del" @click="footerReminderShow = false"></div>
|
|
|
<div class="remind-center">
|
|
|
<span class="r-c-text">10个关键词不够用?</span>
|
|
|
<span class="r-c-text">开通超级订阅,支持最多300个关键词</span>
|
|
|
</div>
|
|
|
- <a class="remind-right" href="/vipsubscribe/introducePage" id="app-keyset-footer-banner">了解详情</a>
|
|
|
+ <a class="remind-right" href="/front/vipsubscribe/introducePage" id="app-keyset-footer-banner">了解详情</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|