|
@@ -1,515 +0,0 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html lang="zh-CN">
|
|
|
-
|
|
|
-<head>
|
|
|
- <meta charset="UTF-8" />
|
|
|
- <meta name="viewport"
|
|
|
- content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
|
|
- <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
- <meta name="format-detection" content="telephone=yes" />
|
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
- <title>企业认证服务</title>
|
|
|
- <script src="https://wx.jianyu360.cn/structuredata/mobile/js/rem.js"></script>
|
|
|
- <!-- <script src="/structuredata/mobile/js/rem.js"></script> -->
|
|
|
- <!-- <link rel="stylesheet" href="{{Msg " seo" "cdn" }}/structuredata/mobile/css/base.css?v={{Msg "seo" "version" }}">
|
|
|
- <link rel="stylesheet" href="{{Msg " seo" "cdn" }}/common-module/solution/css/solution.css?v={{Msg "seo" "version"
|
|
|
- }}"> -->
|
|
|
- <link rel="stylesheet" type="text/css" href="https://cdn-ali4.jianyu360.com/jyapp/local/layout.css">
|
|
|
- <link href="https://cdn-ali4.jianyu360.com/jyapp/css/font.css?v=2182" rel="stylesheet">
|
|
|
- <link rel="stylesheet" href="https://cdn-ali.jianyu360.com/structuredata/mobile/css/base.css?v=24356" />
|
|
|
- <link rel="stylesheet" href="//cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/index.css" />
|
|
|
- <!-- <link rel="stylesheet" href="https://cdn-ali.jianyu360.com/common-module/solution/css/solution.css?v=24356"> -->
|
|
|
- <link rel="stylesheet" href="../../../staticres/common-module/tripartiteAuth/css/tripartiteAuth.css?v=24356" />
|
|
|
-</head>
|
|
|
-
|
|
|
-<body>
|
|
|
- <div class="app-layout-header jy-app-header header-transparent">
|
|
|
- <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
|
|
|
- <span class="subreport_title">企业认证服务</span>
|
|
|
- </div>
|
|
|
- <!-- <div class="app-layout-content-b"> -->
|
|
|
- <div id="app">
|
|
|
- <div class="j-main">
|
|
|
- <div class="structured_top">
|
|
|
- <div class="str_title" v-if="isWeiXinBrowser ==true">
|
|
|
- <img src="../../../staticres/common-module/tripartiteAuth/image/A_02_app.jpg" alt="" />
|
|
|
- </div>
|
|
|
- <div class="str_title" v-else>
|
|
|
- <img src="../../../staticres/common-module/tripartiteAuth/image/A_02.jpg" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="str_what question" style="margin-top: -0.73rem">
|
|
|
- <img src="../../../staticres/common-module/tripartiteAuth/image/A_03.png" alt="" />
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="j-button-box">
|
|
|
- <!-- 立即咨询btn -->
|
|
|
- <a class="j-button-consult" @click="gocustomer()">
|
|
|
- <!-- <span class="phone_icon"></span> -->
|
|
|
- <span>立即咨询</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <!-- 体系认证 -->
|
|
|
- <div>
|
|
|
- <!-- ISO认证图列表 Start -->
|
|
|
- <div class="j_sysauth_group" v-for="item in sysAuth_dataMaps">
|
|
|
- <div class="j_sysauth_txt">
|
|
|
- <h1 v-text="item.bigtitle"></h1>
|
|
|
- <span v-text="item.subtitle">品牌提升</span>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- ISO\企业 认证 -->
|
|
|
- <div class="iso_group_box">
|
|
|
- <div class="iso_li" v-for="(itemImg,index) in item.ISO_imagesMaps">
|
|
|
- <div :class="(item.bigtitle ==='体系认证'?'bgs_img':'bgs_img_ness')">
|
|
|
- <img :src="`${IsoImgspath}${item.imgspath}_${index+1}.jpg`" alt=""
|
|
|
- v-if="itemImg.authname" />
|
|
|
- </div>
|
|
|
- <div class="ft26 authnum" v-text="itemImg.authnum" v-if="itemImg.authnum"></div>
|
|
|
- <div class="ft24 authname" v-text="itemImg.authname" v-if="itemImg.authname">
|
|
|
- 质量认证
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- 立即咨询btn -->
|
|
|
- <div class="j-button-box">
|
|
|
- <a class="j-button-consult" @click="href_more(item.urlpathId)">
|
|
|
- <!-- <span class="phone_icon"></span> -->
|
|
|
- <span>了解详情</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- === END ===-->
|
|
|
-
|
|
|
- <!-- 服务认证展示txt Start -->
|
|
|
- <div class="jy_authshow_group">
|
|
|
- <div class="j_sysauth_txt">
|
|
|
- <h1 v-text="servAuth_dataMaps.bigtitle"></h1>
|
|
|
- <span v-text="servAuth_dataMaps.subtitle">品牌提升</span>
|
|
|
- </div>
|
|
|
- <!-- 企业 认证选项 -->
|
|
|
- <div class="iso_group_box center_group_box">
|
|
|
- <div class="iso_li txtsys_li" v-for="item in servAuth_dataMaps.auth_infoArr">
|
|
|
- <span class="ft24 authname txtsys_li_name" v-text="item" v-if="item"></span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- 立即咨询btn -->
|
|
|
- <div class="j-button-box">
|
|
|
- <a class="j-button-consult" @click="href_more('j_sysauth_buttn')">
|
|
|
- <!-- <span class="phone_icon"></span> -->
|
|
|
- <span>了解详情</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- === END ===-->
|
|
|
-
|
|
|
- <!-- 招投标文件中加分项目 Start -->
|
|
|
-
|
|
|
- <div class="j_sysauth_group">
|
|
|
- <div class="j_sysauth_txt">
|
|
|
- <h1 class="">招投标文件中加分项目</h1>
|
|
|
- </div>
|
|
|
- <!-- 企业 认证选项 -->
|
|
|
- <div class="img_group_box" style="margin-top: .30rem;">
|
|
|
- <img src="../../../staticres/common-module/tripartiteAuth/image/A_04.png" alt="" />
|
|
|
- </div>
|
|
|
- <div class="img_group_box">
|
|
|
- <img src="../../../staticres/common-module/tripartiteAuth/image/A_05.png" alt="" />
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- === END ===-->
|
|
|
-
|
|
|
- <!-- 服务流程图 Start -->
|
|
|
- <div class="jy_servicepro_group">
|
|
|
-
|
|
|
- <!-- <img src="../../../staticres/common-module/tripartiteAuth/image/serverimg.png" alt="" /> -->
|
|
|
-
|
|
|
- <!-- <div class="j_sysauth_txt">
|
|
|
- <h1>服务流程</h1>
|
|
|
- </div> -->
|
|
|
- </div>
|
|
|
- <!-- === END ===-->
|
|
|
-
|
|
|
- <!-- 合作流程 Start -->
|
|
|
-
|
|
|
- <div class="jy_authshow_group jy_cooperprocess_group">
|
|
|
- <div class="j_sysauth_txt">
|
|
|
- <h1 class="fwhite">合作入驻</h1>
|
|
|
- <span class="fwhite70">大平台,新机遇</span>
|
|
|
- </div>
|
|
|
- <!-- 企业 认证选项 -->
|
|
|
- <div class="iso_group_box center_group_box">
|
|
|
- <div class="cooperprocess_box">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- 立即咨询btn -->
|
|
|
- <div class="j-button-box">
|
|
|
- <a class="j-button-consult j-button-nowcooper" @click="href_more('jy_cooperprocess')">
|
|
|
- <span>立即成为合作商</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- === END ===-->
|
|
|
-
|
|
|
- <!-- qrcode Start -->
|
|
|
-
|
|
|
- <div class="jy_authshow_group jy_qrcode_group">
|
|
|
- <div class="j_sysauth_txt">
|
|
|
- <h1 class="">联系我们</h1>
|
|
|
- </div>
|
|
|
- <!-- 二维码选项 -->
|
|
|
- <div class="iso_group_box">
|
|
|
- <div class="iso_li">
|
|
|
- <div class="bgs_img_qrcode">
|
|
|
- <!-- <img :src="`${IsoImgspath}${item.imgspath}_${index+1}.jpg`" v-if="itemImg.authname" /> -->
|
|
|
- <img :src="qreobj.wxCodeImg" alt="" />
|
|
|
- </div>
|
|
|
- <div class="ft28 authnum">
|
|
|
- <div>长按二维码加客服微信</div>
|
|
|
- </div>
|
|
|
- <div class="ft28 authnum">
|
|
|
- <div>备注认证服务</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- <!-- === END ===-->
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="j-button-group">
|
|
|
- <!-- <a class="j-button-cancel" @click="href_more()">
|
|
|
- <span class="phone_icon"></span>
|
|
|
- <span>了解详情</span>
|
|
|
- </a> -->
|
|
|
- <!-- 点击调取拨打电话 -->
|
|
|
- <button class="j-button-confirm" @click="telphoneFun(qreobj.phone)" id="j_confirm">
|
|
|
- <span class="j_telbox">
|
|
|
- <i class="icon_phone"></i>
|
|
|
- <i class="txt_phone">{{qreobj.phone}}</i>
|
|
|
- </span>
|
|
|
- <span>拨打</span>
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- </div> -->
|
|
|
- <!-- {{include "/common/baiducc.html"}} -->
|
|
|
- <script src="https://cdn-ali.jianyu360.com/public-pc/js/baiducc.js?v=24356"></script>
|
|
|
-</body>
|
|
|
-<script src="https://cdn-ali.jianyu360.com/structuredata/mobile/js/jquery.min.js"></script>
|
|
|
-<script src="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js"></script>
|
|
|
-<script src="https://cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/vant.min.js"></script>
|
|
|
-<!-- commin app原生方法验证等 -->
|
|
|
-<!-- <script src="https://cdn-ali4.jianyu360.com/jyapp/js/common.js?v=2593"></script> -->
|
|
|
-<!-- <script src='{{Msg "seo" "cdn"}}/structuredata/mobile/js/jquery.min.js'></script>
|
|
|
-<script src=//cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js></script>
|
|
|
-<script src=//cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/vant.min.js></script> -->
|
|
|
-<script>
|
|
|
- ; (function () {
|
|
|
- var ad_from = getParam('adv_from')
|
|
|
- if (ad_from != '') {
|
|
|
- if (!localStorage.getItem('ad_from')) {
|
|
|
- localStorage.setItem('ad_from', ad_from)
|
|
|
- _hmt.push(['_trackEvent', '广告', 'click', ad_from])
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 判断是否是wx环境
|
|
|
-
|
|
|
- var isWeiXinBrowser = window.navigator.userAgent.toLowerCase().indexOf('micromessenger') !== -1;
|
|
|
-
|
|
|
- if (isWeiXinBrowser) {
|
|
|
- console.log('wx');
|
|
|
-
|
|
|
- $('.jy-app-header').addClass('hide')
|
|
|
- } else {
|
|
|
- // vmSol.header_show = false;
|
|
|
- // console.log('app or browse ==', vmSol.header_show);
|
|
|
-
|
|
|
- $('.jy-app-header').removeClass('hide')
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- // 监听页面滚动
|
|
|
- var addEvent = (function () {
|
|
|
- if (window.addEventListener) {
|
|
|
- return function (elm, type, handle) {
|
|
|
- elm.addEventListener(type, handle, false);
|
|
|
- }
|
|
|
- }
|
|
|
- if (window.attachEvent) {
|
|
|
- return function (elm, type, handle) {
|
|
|
- elm.attachEvent('on' + type, handle);
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-
|
|
|
- // app头部效果
|
|
|
- var div = document.querySelector('.j-main');
|
|
|
- addEvent(div, 'scroll', function () {
|
|
|
- var scrollHeight = div.scrollHeight;
|
|
|
- var scrollTop = div.scrollTop;
|
|
|
- var height = div.offsetHeight;
|
|
|
- if (scrollTop >= 80) {
|
|
|
- $('.jy-app-header').removeClass('header-transparent')
|
|
|
- } else {
|
|
|
- $('.jy-app-header').addClass('header-transparent')
|
|
|
- }
|
|
|
- });
|
|
|
- })()
|
|
|
- function getParam(name) {
|
|
|
- var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i')
|
|
|
- var r = window.location.search.substr(1).match(reg) //获取url中"?"符后的字符串并正则匹配
|
|
|
- var context = ''
|
|
|
- if (r != null) context = r[2]
|
|
|
- reg = null
|
|
|
- r = null
|
|
|
- return context == null || context == '' || context == 'undefined'
|
|
|
- ? ''
|
|
|
- : context
|
|
|
- }
|
|
|
-
|
|
|
- // vue
|
|
|
- var vmSol = new Vue({
|
|
|
- // el: '#vueEl',
|
|
|
- el: '#app',
|
|
|
- data: {
|
|
|
- header_show: false,
|
|
|
- isWeiXinBrowser: true,
|
|
|
- index: 0,
|
|
|
- images: ['/common-module/solution/image/viewImg.png'],
|
|
|
- // ISO img队列
|
|
|
- IsoImgspath: '../../../staticres/common-module/tripartiteAuth/image/',
|
|
|
- // 图片展示
|
|
|
- sysAuth_dataMaps: [
|
|
|
- // ISO
|
|
|
- {
|
|
|
- bigtitle: '体系认证',
|
|
|
- subtitle: '品牌提升,投标加分,提升企业竞争力',
|
|
|
- imgspath: 'ISO_img/ISOimg',
|
|
|
- urlpathId: 'jy_ISObutt',
|
|
|
- ISO_imagesMaps: [
|
|
|
- {
|
|
|
- // IsoImgs: '../../../staticres/common-module/tripartiteAuth/image/ISO_img/ISOimg',
|
|
|
- id: 1,
|
|
|
- authnum: 'ISO9001、GB/T50430',
|
|
|
- authname: '质量管理体系认证',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 2,
|
|
|
- authnum: 'ISO14001',
|
|
|
- authname: '环境管理体系认证',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 3,
|
|
|
- authnum: 'ISO45001',
|
|
|
- authname: '职业健康安全管理体系认证',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 4,
|
|
|
- authnum: 'HACCP',
|
|
|
- authname: '危害分析和关键控制点',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 5,
|
|
|
- authnum: 'ISO22000',
|
|
|
- authname: '食品安全管理体系认证',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 6,
|
|
|
- authnum: 'ISO20000',
|
|
|
- authname: '信息技术服务管理体系认证',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 7,
|
|
|
- authnum: 'ISO27000',
|
|
|
- authname: '信息安全管理体系认证',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 8,
|
|
|
- authnum: '更多体系认证服务',
|
|
|
- authname: '更多认证点击了解详情',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- // 企业认证图片
|
|
|
- {
|
|
|
- bigtitle: '信用认证',
|
|
|
- subtitle: '企业信用名片,招投标必备',
|
|
|
- imgspath: 'nessauth_img/nessimg',
|
|
|
- urlpathId: 'jy_prossAuth',
|
|
|
- ISO_imagesMaps: [
|
|
|
- {
|
|
|
- // IsoImgs: '../../../staticres/common-module/tripartiteAuth/image/ISO_img/ISOimg',
|
|
|
- id: 1,
|
|
|
- authnum: '',
|
|
|
- authname: '企业信用等级证书',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 2,
|
|
|
- authnum: '',
|
|
|
- authname: '重合同守信用企业',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 3,
|
|
|
- authnum: '',
|
|
|
- authname: '质量服务诚信单位',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 4,
|
|
|
- authnum: '',
|
|
|
- authname: '重质量守信用单位 ',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 5,
|
|
|
- authnum: '',
|
|
|
- authname: '重服务守信用单位',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 6,
|
|
|
- authnum: '',
|
|
|
- authname: '诚信经营示范单位',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 7,
|
|
|
- authnum: '',
|
|
|
- authname: '资信等级',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 8,
|
|
|
- authnum: '',
|
|
|
- authname: '诚信企业家',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 9,
|
|
|
- authnum: '',
|
|
|
- authname: '诚信供应商',
|
|
|
- },
|
|
|
- {
|
|
|
- id: 10,
|
|
|
- authnum: '',
|
|
|
- authname: '',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- ],
|
|
|
- // 服务认证文字展示
|
|
|
- servAuth_dataMaps: {
|
|
|
- bigtitle: '服务体系认证',
|
|
|
- subtitle: '实力认证,竞争有优势',
|
|
|
- auth_infoArr: [
|
|
|
- '五星售后服务认证',
|
|
|
- '十星售后服务成熟度认证',
|
|
|
- '五星品牌认证',
|
|
|
- '商品经营服务',
|
|
|
- '批发零售服务',
|
|
|
- '生活垃圾分类十星',
|
|
|
- '商业信誉等级',
|
|
|
- '合格供应商信用等级',
|
|
|
- '保安服务认证',
|
|
|
- '餐饮服务认证',
|
|
|
- '餐饮服务成熟度认证',
|
|
|
- '家具定制服务',
|
|
|
- '绿色家具定制服务',
|
|
|
- '餐饮配送',
|
|
|
- '餐饮企业现场管理评价',
|
|
|
- '安全生产标准化',
|
|
|
- '顾客满意度',
|
|
|
- '合同能源管理服务认证',
|
|
|
- '清洁服务认证',
|
|
|
- '生鲜农产品配送服务认证',
|
|
|
- '养老服务认证',
|
|
|
- '生鲜农产品供应商星级认证',
|
|
|
- '学校热水系统服务',
|
|
|
- '设备维护保养服务认证',
|
|
|
- '建筑工程服务认证',
|
|
|
- '节能技术服务认证',
|
|
|
- '物业服务认证',
|
|
|
- '履约能力评价服务认证',
|
|
|
- ],
|
|
|
- },
|
|
|
- qreobj: {
|
|
|
- phone: "18624906090",
|
|
|
- wxCodeImg: "../../../staticres/common-module/tripartiteAuth/image/qrCodeimg.jpg"
|
|
|
- },
|
|
|
- },
|
|
|
- // 生命周期阶段
|
|
|
- created: function () {
|
|
|
- // 再次判断 客户端归属
|
|
|
- // 判断是否是wx环境
|
|
|
-
|
|
|
- var isWeiXinBrowser = navigator.userAgent.toLowerCase().indexOf('micromessenger') !== -1;
|
|
|
-
|
|
|
- this.isWeiXinBrowser = isWeiXinBrowser;
|
|
|
-
|
|
|
- if (isWeiXinBrowser) {
|
|
|
- console.log('wx');
|
|
|
- this.header_show = true;
|
|
|
- } else {
|
|
|
- this.header_show = false;
|
|
|
- console.log('app or browse ==', this.header_show);
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- this.getqrecode_dataFun()
|
|
|
-
|
|
|
- },
|
|
|
- methods: {
|
|
|
- //app端调取拨打电话
|
|
|
- telphoneFun: function (phone) {
|
|
|
- if (this.isWeiXinBrowser) {
|
|
|
- window.location.href = `tel:${phone}`
|
|
|
- } else {
|
|
|
- // 捕捉错误,以防找不到原生对象
|
|
|
- try {
|
|
|
- console.log('手机app 拨打手机==', phone);
|
|
|
- JyObj.callPhone(phone);
|
|
|
- } catch (error) {
|
|
|
- console.log('no bowser,or no tel ===', error);
|
|
|
- window.location.href = `tel:${phone}`
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- // 跳转了解详情
|
|
|
- href_more: function (urlpathId) {
|
|
|
- var apporwx = this.isWeiXinBrowser ? 'wx' : 'app';
|
|
|
- window.location.href =
|
|
|
- `https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info_solution?source=certificateServices-${apporwx}-biddingDetailPage-${urlpathId}`
|
|
|
- },
|
|
|
- // 咨询客服
|
|
|
- gocustomer: function (urlpath) {
|
|
|
- window.location.href =
|
|
|
- 'https://wx.jianyu360.cn/big/wx/page/customer'
|
|
|
- },// 获取二维码
|
|
|
- getqrecode_dataFun: function (urlpath) {
|
|
|
- var vue_that = this
|
|
|
- $.ajax({
|
|
|
- type: "get",
|
|
|
- data: { module: 'tripartiteAuth' },
|
|
|
- dataType: "json",
|
|
|
- url: '/commercial/customer/info',
|
|
|
- success: function (res) {
|
|
|
- if (res && res.status) {
|
|
|
- console.log('二维码res=====', res);
|
|
|
- vue_that.qreobj.wxCodeImg = res.data.wxCodeImg
|
|
|
- vue_that.qreobj.phone = res.data.phone
|
|
|
- }
|
|
|
- },
|
|
|
- error: function (error) {
|
|
|
- console.log(error)
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
-
|
|
|
- })
|
|
|
-</script>
|
|
|
-<!--百度统计end-->
|
|
|
-<!-- {{include "/common/baiducc.html"}} -->
|
|
|
-
|
|
|
-</html>
|