Просмотр исходного кода

Merge branch 'dev/v1.1.0_tsz' of jianyu/web into feature/v1.1.0

汤世哲 4 месяцев назад
Родитель
Сommit
0dfeca1c0d
1 измененных файлов с 19 добавлено и 0 удалено
  1. 19 0
      apps/bigmember_pc/src/views/vipsubscribe/components/Contrast.vue

+ 19 - 0
apps/bigmember_pc/src/views/vipsubscribe/components/Contrast.vue

@@ -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;