|
@@ -13,6 +13,9 @@
|
|
|
<span class="split-box--after" />
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="contrast-main-line">
|
|
|
+ 超级订阅不包含超前项目(拟建项目、采购意向)服务。如需超前项目服务,请<span @click="goBuyMember">购买大会员</span>
|
|
|
+ </div>
|
|
|
<div class="contrast-main">
|
|
|
<ul
|
|
|
ref="stickyHeader"
|
|
@@ -255,6 +258,11 @@ export default {
|
|
|
= this.stickyCallback
|
|
|
},
|
|
|
methods: {
|
|
|
+ goBuyMember() {
|
|
|
+ this.$router.push({
|
|
|
+ path: '/big/pc/page/buy_commit'
|
|
|
+ })
|
|
|
+ },
|
|
|
calcStickyNav() {
|
|
|
const offset = $(this.$refs.main).offset()
|
|
|
if (offset) {
|
|
@@ -348,6 +356,17 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 31px;
|
|
|
}
|
|
|
+ .contrast-main-line {
|
|
|
+ margin-top: 16px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 24px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #686868;
|
|
|
+ > span {
|
|
|
+ color: #C98F37;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ }
|
|
|
.contrast-main {
|
|
|
width: 100%;
|
|
|
height: 1170px;
|