|
@@ -0,0 +1,221 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="zh-CN" style="font-size: 50px;">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <title>剑鱼标讯大会员-试用版</title>
|
|
|
+ <!--引入公共资源头部-->
|
|
|
+ {{include "/big-member/meta.html"}}
|
|
|
+
|
|
|
+ <!--S-当前页必定需要预加载的资源-->
|
|
|
+ <link rel="preload" as="style" href=//cdn.jsdelivr.net/npm/reset-css@4.0.1/reset.min.css />
|
|
|
+ <link rel="preload" as="style" href=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/index.css />
|
|
|
+ <link rel="preload" as="style" href=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/icon/local.css />
|
|
|
+ <link rel="preload" as="style" href='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/big-member/css/page_ontrial_landingPage.css?v={{Msg "seo" "mod_version"}}'/>
|
|
|
+ <!--E-当前页必定需要预加载的资源-->
|
|
|
+
|
|
|
+
|
|
|
+ <!--S-当前页面的css资源-->
|
|
|
+ <link rel="stylesheet" href=//cdn.jsdelivr.net/npm/reset-css@4.0.1/reset.min.css />
|
|
|
+ <link rel="stylesheet" href=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/index.css />
|
|
|
+ <link rel="stylesheet" href=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/icon/local.css />
|
|
|
+ <link rel="stylesheet" href='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/big-member/css/page_ontrial_landingPage.css?v={{Msg "seo" "mod_version"}}' />
|
|
|
+ <!--E-当前页面的css资源-->
|
|
|
+ <script>
|
|
|
+ try {
|
|
|
+ window.JyObj.hiddenBottom('0')
|
|
|
+ } catch (e) {
|
|
|
+ console.log('error: app not function')
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div class="j-container">
|
|
|
+ {{include "/big-member/header.html"}}
|
|
|
+ <div class="j-main" id="v-commit" ref="my_scroller">
|
|
|
+ <div class="on_header">
|
|
|
+ <img class="on_header_img" src="/jyapp/big-member/image/landpage/ontrial/on_header.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div data-scroll="中标企业预测" class="land_action">
|
|
|
+ <div class="land_head">
|
|
|
+ <img src="/jyapp/big-member/image/landpage/title01.png" alt="" class="head_big">
|
|
|
+ </div>
|
|
|
+ <div class="land_intro">强大的AI技术,预测项目可能中标的企业。</div>
|
|
|
+ <div class="land_main">
|
|
|
+ <ul class="landul">
|
|
|
+ <li class="landlist">
|
|
|
+ <img src="/jyapp/big-member/image/landpage/zhongbiao/zhongbiao_img.png" alt="" class="land_banner">
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="land_who" v-if="this.$data.winname==''">谁能中标, 你先知晓!</div>
|
|
|
+ <div class="land_who" v-if="this.$data.winname!==''">#${this.$data.winname}# 中标结果已预测成功</div>
|
|
|
+ <div class="land_buy" >可试用3个项目!</div>
|
|
|
+ </div>
|
|
|
+ <div data-scroll="投标决策分析" class="land_action">
|
|
|
+ <div class="land_head">
|
|
|
+ <img src="/jyapp/big-member/image/landpage/title03.png" alt="" class="head_big">
|
|
|
+ </div>
|
|
|
+ <div class="land_intro">通过对类似项目进行多维度分析,帮助企业决策是否投标或合作投标、以及投标报价金额等。</div>
|
|
|
+ <div class="land_main">
|
|
|
+ <ul class="landul">
|
|
|
+ <van-swipe :autoplay="3000">
|
|
|
+ <van-swipe-item v-for="(image, index) in toubiaoImg" :key="index">
|
|
|
+ <img v-lazy="image" :src="image" />
|
|
|
+ </van-swipe-item>
|
|
|
+
|
|
|
+ </van-swipe>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="land_who">帮你评估投标项目,为投标决策提供客观依据</div>
|
|
|
+ <!-- <div class="land_who">#项目名称# 中标结果已预测成功</div> -->
|
|
|
+ <div class="land_buy" >可试用10个项目!</div>
|
|
|
+ </div>
|
|
|
+ <div data-scroll="更多服务" class="land_action">
|
|
|
+ <div class="land_head">
|
|
|
+ <img src="/jyapp/big-member/image/landpage/title07.png" alt="" class="head_big">
|
|
|
+ </div>
|
|
|
+ <!-- <div class="land_intro">全方位监控竞争对手,及时获取企业变动信息,商业情报一手掌控。</div> -->
|
|
|
+ <div class="land_main">
|
|
|
+ <ul class="landul">
|
|
|
+ <li class="landlist">
|
|
|
+ <img src="/jyapp/big-member/image/landpage/ontrial/manysever.png" alt="" class="land_banner">
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="j-footer">
|
|
|
+ <div class="j-button-footer">
|
|
|
+ <div class="j-button-left">
|
|
|
+ <a id="run-call-phone" href="tel:400-108-6670" data-phone="400-108-6670" class="j-button-tel j-button call-phone">
|
|
|
+ <span class="j-icon base-icon icon-phone--gary"></span>
|
|
|
+ <span class="tel_text">电话咨询</span>
|
|
|
+ </a>
|
|
|
+ <div id="run-call-counsel" class="j-button-online j-button custorm">
|
|
|
+ <span class="j-icon base-icon icon-counsel"></span>
|
|
|
+ <span class="online_text">在线客服</span>
|
|
|
+ <span class="noread_msg">9</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="j-button-right">
|
|
|
+ <button class="j-button-buy">
|
|
|
+ 立即试用
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <script rel="preload" as="script" src=//cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js> </script>
|
|
|
+ <script rel="preload" as="script" src=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/vant.min.js> </script>
|
|
|
+ <script rel="preload" as="script" src=//cdn.jsdelivr.net/npm/zepto@1.2.0/dist/zepto.min.js> </script>
|
|
|
+ <script src=//cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js> </script>
|
|
|
+ <script src=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/vant.min.js> </script>
|
|
|
+ <script src=//cdn.jsdelivr.net/npm/zepto@1.2.0/dist/zepto.min.js> </script>
|
|
|
+ {{include "/big-member/commonjs.html"}}
|
|
|
+ <script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/js/common.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+<script>
|
|
|
+ function mySysIsIos() {
|
|
|
+ //ios终端
|
|
|
+ var flag1 = !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
|
|
|
+ var flag2 = !!navigator.userAgent.match(/\(M[^;]+; Intel Mac OS X/);
|
|
|
+ return flag1 || flag2
|
|
|
+
|
|
|
+ }
|
|
|
+ var vNode = {
|
|
|
+ delimiters: ['${', '}'],
|
|
|
+ el: '#v-commit',
|
|
|
+ data: {
|
|
|
+ winname:'', //中标企业名称
|
|
|
+ entname:'',//企业名称
|
|
|
+ purchasename:'',//采购单位名称
|
|
|
+ pagescroll:0,//页面滚动高度
|
|
|
+ active: 0,
|
|
|
+ // 投标轮播图
|
|
|
+ toubiaoImg:[
|
|
|
+ '/jyapp/big-member/image/landpage/toubiao/toubiao1.png',
|
|
|
+ '/jyapp/big-member/image/landpage/toubiao/toubiao2.png',
|
|
|
+ '/jyapp/big-member/image/landpage/toubiao/toubiao3.png',
|
|
|
+ '/jyapp/big-member/image/landpage/toubiao/toubiao4.png',
|
|
|
+ '/jyapp/big-member/image/landpage/toubiao/toubiao5.png',
|
|
|
+ '/jyapp/big-member/image/landpage/toubiao/toubiao6.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ mounted () {
|
|
|
+ window.addEventListener('scroll', this.handleScroll, true)
|
|
|
+ var landinfo = sessionStorage.getItem('landinfo') || false
|
|
|
+ var landentinfo = sessionStorage.getItem('landentinfo') || false
|
|
|
+ var landproinfo = sessionStorage.getItem('landproinfo') || false
|
|
|
+ var recoverInfo = (landproinfo || landinfo || landentinfo)
|
|
|
+ sessionStorage.removeItem('landinfo')
|
|
|
+ sessionStorage.removeItem('landentinfo')
|
|
|
+ sessionStorage.removeItem('landproinfo')
|
|
|
+ if (recoverInfo) {
|
|
|
+ try {
|
|
|
+ recoverInfo = JSON.parse(recoverInfo)
|
|
|
+ if (recoverInfo.anchor) {
|
|
|
+ this.$nextTick(function () {
|
|
|
+ setTimeout(function () {
|
|
|
+ document.querySelector('div[data-scroll="'+recoverInfo.anchor+'"]').scrollIntoView({
|
|
|
+ block: 'start'
|
|
|
+ });
|
|
|
+ }, 200)
|
|
|
+ })
|
|
|
+ }
|
|
|
+ if (landproinfo) {
|
|
|
+ this.winname = recoverInfo.landname || ''
|
|
|
+ }
|
|
|
+ if (landinfo) {
|
|
|
+ this.purchasename = recoverInfo.landname || ''
|
|
|
+ }
|
|
|
+ if(landentinfo) {
|
|
|
+ this.entname = recoverInfo.landname || ''
|
|
|
+ }
|
|
|
+ } catch (e) {
|
|
|
+ console.log('error 还原高度等信息失败')
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ // 获取页面滚动高度
|
|
|
+ handleScroll:function(){
|
|
|
+ var top = Math.floor($('#v-commit').prop('scrollTop') || document.documentElement.scrollTop || window.pageXOffset)
|
|
|
+ this.pagescroll = top
|
|
|
+ },
|
|
|
+ }
|
|
|
+ }
|
|
|
+ new Vue(vNode)
|
|
|
+ </script>
|
|
|
+ <script>
|
|
|
+ // APP端禁止电话跳转
|
|
|
+ var isApp = false
|
|
|
+ try {
|
|
|
+ JyObj.getVersion()
|
|
|
+ isApp = true
|
|
|
+ } catch (e) {
|
|
|
+ isApp = false
|
|
|
+ }
|
|
|
+ if (isApp) {
|
|
|
+ $('a[data-phone]').attr('href', 'javascript:;')
|
|
|
+ }
|
|
|
+ $(".call-phone").on('click', function () {
|
|
|
+ var phone = $(this).attr('data-phone')
|
|
|
+ console.log(phone)
|
|
|
+ try {
|
|
|
+ JyObj.callPhone(phone);
|
|
|
+ } catch (e) {
|
|
|
+ console.log('error: app call phone')
|
|
|
+ }
|
|
|
+ })
|
|
|
+ $(".custorm").on('click', function () {
|
|
|
+ location.href = "/jyapp/free/customer"
|
|
|
+ })
|
|
|
+ $('.j-button-buy').on('click',function(){
|
|
|
+ location.href = './ontrial_commit'
|
|
|
+ })
|
|
|
+ </script>
|
|
|
+ {{include "/common/baiducc.html"}}
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|