Commit 0fe65731 by 蒋勇

Merge branch 'igirl-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-web

parents fd585091 e9805103
......@@ -137,7 +137,7 @@ module.exports = {
"code": "policyquery",
"bizCode": "policyquery",
"istop": true,
"label": "政策列表",
"label": "政策查询",
"icon": "",
"isMenu": true,
"bizConfig": null,
......@@ -810,12 +810,22 @@ module.exports = {
"bizConfig": null,
"path": "",
},
{
"code": "nowbuy",
"icon": "fa fa-home",
"isMenu": false,
"label": "管理办法",
"bizCode": "nowbuy",
"bizConfig": null,
"path": "",
},
],
},
"bizs": {
"recommen": {"title": "政策推荐", "config": null, "path":"/recommen", "comname": "recommen"},
"nowbuy": {"title": "政策推荐", "config": null, "path":"/nowbuy", "comname": "nowbuy"},
"pay": {"title": "支付订阅", "config": null, "path":"/pay", "comname": "pay"},
"subscription": {"title": "政策订阅", "config": null, "path":"/subscription", "comname": "subscription"},
"patentanalysis": { "title": "专利分析", "config": null, "path": "/patentanalysis", "comname": "patentanalysis" },
......
......@@ -603,7 +603,7 @@ class OrderService extends ServiceBase {
var gf = serviceitem.publicExpense ? Number(serviceitem.publicExpense) : 0;//产品官费
var nclSmallPrice = gf / 10;//单个小类官费
nclSmallPrice = Number(nclSmallPrice.toFixed(2));
var productCount = 1;//产品数量
var productCount = tm.salesNum || 1;//产品数量
var gfze = 0;//官费总额
if (verifyType == 1) {
productCount = nclones.length;
......@@ -724,7 +724,7 @@ class OrderService extends ServiceBase {
wxPayOrderCode: ordercode,//业务微信支付订单号
aliPayOrderCode: ordercode,//业务支付宝支付订单号
orderType: apply.orderType || "dkxd",//订单类型,"zzdd": "自主订单","dkxd": "代客下单"
salesNum: 1,//项目订单数量(即服务项目的倍数,默认值为1)
salesNum: tm.salesNum || 1,//项目订单数量(即服务项目的倍数,默认值为1)
salesDiliverNum: 0,//项目订单交付数量(即与项目订单数量相对应)
orderPayStatus: "dfk",//订单付款状态"dfk": "待付款", "yfk": "已付款", "ddqx": "订单取消", "tkclz": "退款处理中", "ytk": "已退款"
orderFlowStatus: "1",//订单审核状态"1": "提交订单", "2": "已付款", "3": "已审核-待递交", "4": "已递交", "5": "已完成"
......
......@@ -497,7 +497,8 @@
<div id="app" v-loading="loading" class="app-main" style="visibility: hidden" @mouseover="hidePanel($event)">
<div id="app-header">
<div :class="isfront ? 'header-main' : 'header-main-houtai'">
<div class="header-main-title" @click="backhome">智能化知识产权服务平台</div>
<div class="header-main-title" @click="backhome(companyinfo.company.siteTheme)" v-if="companyinfo.company.siteTheme == 'policyShop' || companyinfo.company.siteTheme == 'policy'"> <span style="font-size: 18px;">政企通</span> 丨 政策大数据服务平台</div>
<div class="header-main-title" @click="backhome" v-else>一站式智能化服务平台</div>
<div class="header-main-title1" style="margin-left:11px;"
v-if="companyinfo.company.siteTheme == 'policy'">
<el-popover placement="bottom-start" width="511" trigger="hover">
......@@ -538,21 +539,21 @@
<div class="header-main-right"><img src="/imgs/normal/icon-phone.png" alt="">
<span>APP</span></div>
<div style="float: left;margin-left: 135px;"
v-if="companyinfo.company.siteTheme == 'policy'">
v-if="companyinfo.company.siteTheme == 'policy' || companyinfo.company.siteTheme == 'policyShop'">
<el-dropdown style="float: left;" @command="handleCommand">
<div class="header-main-tool" @click="onselect('policybigdata')"><span>政策大数据</span></div>
</el-dropdown>
<el-dropdown style="float: left;" @command="handleCommand">
<el-dropdown style="float: left;margin-left: 40px;" @command="handleCommand">
<div class="header-main-tool" @click="onselect('declare')"><span>政策资讯</span><i
class="el-icon-caret-bottom"></i></div>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item v-for="item in titles" :command="item.title">{{item.name}}</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<el-dropdown style="float: left;" @command="handleCommand">
<el-dropdown style="float: left;margin-left: 40px;" @command="handleCommand">
<div class="header-main-tool" @click="onselect('subscription')"><span>政策订阅</span></div>
</el-dropdown>
<el-dropdown style="float: left;" @command="handleCommand">
<el-dropdown style="float: left;margin-left: 40px;" @command="handleCommand">
<div class="header-main-tool" @click="goShop"><span>政策商城</span></div>
</el-dropdown>
</div>
......@@ -785,6 +786,7 @@
<script src="/js/htmleditor/htmleditorreg.js"></script>
<script src="/js/index.js"></script>
<script src="/js/echarts/echarts.min.js"></script>
<script src="/js/echarts/china.js"></script>
<script src="/js/echarts/echarts-wordcloud.min.js"></script>
<script src="/js/echarts/echarts-wordcloud.js"></script>
<script>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
.moreservice-text,.moreservice-title{font-family:MicrosoftYaHei;font-weight:400;text-align:center}.el_gsb_img{width:100%;height:100%}.moreservice-title{width:100%;font-size:28px;color:rgba(51,51,51,1);line-height:100px}.moreservice-text{font-size:14px;color:rgba(153,153,153,1)}.moreservice-left-button,.moreservice-right-button{position:absolute;top:50%;font-size:36px;color:rgba(210,214,218,1);cursor:pointer}.moreservice-text span{margin:0 25px}.moreservice-swiper-items{width:100%;height:439px;overflow:hidden}.moreservice-right-button{right:0}.moreservice-left-button{left:0}.moreservice-swiper-item{width:500%;height:439px;-webkit-transition:transform .3s linear}.moreservice-itemTypeName,.moreservice-itemTypeName-top{width:100%;font-size:16px;font-weight:400;color:rgba(51,51,51,1);line-height:100px;border-bottom:1px solid rgba(221,221,221,1);font-family:MicrosoftYaHei}.moreservice-itemTypeName-top{position:fixed;top:0;left:0;background-color:#fff;z-index:999}.moreservice-itemTypeName-item{flex:1;text-align:center;cursor:pointer}.moreservice-itemTypeName-item span{padding:0 20px;display:inline-block;height:100%}.home-search-swiper-main{width:1200px;height:100%;margin:0 auto;position:relative}.productList,.productList-pitch-on{width:355px;float:left;margin:30px 0;border:1px solid #eee;cursor:pointer;text-align:left}.productList{height:377px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 0 9px 1px rgba(106,146,153,.31)}.productList-pitch-on{height:390px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 0 9px 1px rgba(106,146,153,.31);position:relative;top:-13px}.productList-header{font-size:18px;background:rgba(55,61,65,1);height:80px;line-height:80px;text-align:center;-webkit-transition:background .3s linear}.productList-header-pitch-on{font-size:20px;height:94px;line-height:87px;background:rgba(47,149,252,1);text-align:center;color:#fff}.productList-header span{color:rgba(255,255,255,1);line-height:80px;font-size:18px}.productList-header_img{width:50px;height:50px;vertical-align:middle}.productList-price{width:278px;margin:15px auto 0;border-top:1px solid rgba(232,232,232,1);color:#FF5135;text-align:center;padding-top:15px;font-size:18px;font-weight:600}.productList-price span{font-size:30px}.desc,.productList-button{font-size:14px;font-weight:400}.productList-button{margin:0 auto;width:315px;height:44px;font-family:MicrosoftYaHei;color:rgba(47,149,252,1);text-align:center;line-height:44px;border:1px solid rgba(47,149,252,1);-webkit-transition:color .3s linear,background .3s linear}.desc{margin:0 40px;height:40px;line-height:40px;font-family:PingFangSC-Regular;overflow:hidden;color:#38404B}.desc i{display:inline-block;margin-right:8px;width:8px;height:8px;background:rgba(47,149,252,1);opacity:.28;border-radius:50%}.moreservice .brand .el-carousel{overflow:hidden;background-color:#fff}.moreservice .brand .el-carousel__item img{width:50px;height:50px;vertical-align:middle}
\ No newline at end of file
.meihua-header-button,.meihua-tabs{display:inline-block;cursor:pointer}.meihua-inquire-text1,.meihua-inquire-text2{font-family:MicrosoftYaHei;font-weight:400;text-align:center}.inquire-input-value,.inquire-list,.meihua,.meihua-else-item-main,.meihua-header,.meihua-inquire{box-sizing:border-box}.meihua{width:100%;height:100%;position:relative;background:url(/imgs/background.jpg) no-repeat;background-size:100% 100%;padding-top:175px}.meihua-zhanwei{position:fixed;top:0;left:0;width:100%;height:100px}.meihua input{border:none}.meihua-tabs{font-size:16px;width:80px;height:40px;line-height:40px;text-align:center;color:#000;border:1px solid #fe6a00;border-bottom:none;float:left}.meihua-main{width:1200px;margin:0 auto}.meihua-header{width:100%;height:550px;background:url(/imgs/home/banner.png) center no-repeat;background-size:cover;padding-top:380px}.meihua-header-amin{width:1200px;height:45px;margin:0 auto}.meihua-header-button{width:110px;height:45px;margin-right:9px}.meihua-inquire{width:100%;padding-top:62px;padding-bottom:59px}.meihua-inquire-text1{width:100%;margin-bottom:32px;font-size:36px;color:rgba(51,51,51,1)}.meihua-inquire-text2{width:100%;margin-bottom:40px;font-size:26px;color:rgba(153,153,153,1)}.meihua-inquire-input{position:absolute;top:0;left:0;right:0;bottom:0;width:960px;height:56px;margin:auto}.inquire-input-value{width:820px;height:56px;float:left;background:#fff;border:1px solid #ff6a00;padding:6px 0}.top:after,.top:before{border-bottom:10px #fff solid}.inquire-lists{width:818px;height:auto;max-height:200px;overflow-y:auto;border-radius:2px;position:relative;margin-top:22px;background-color:#fff}.top,.top:before{position:absolute}.inquire-list{width:100%;height:34px;line-height:34px;font-size:14px;color:#999;padding:0 20px;cursor:pointer}.top{top:-20px;left:10%}.top:before{content:'';border-top:10px transparent dashed;border-left:10px transparent dashed;border-right:10px transparent dashed}.top:after{top:1px}.inquire-input-buttom{float:right;width:140px;height:56px;line-height:56px;background:#fe6a00;font-family:PingFangSC-Regular;font-size:18px;padding:0;color:#fff;text-align:center;cursor:pointer}.else-item-main-price,.else-item-main-text,.else-item-main-top>div,.meihua-else-item-img{font-family:MicrosoftYaHei;font-weight:400}.meihua-flow{width:100%;padding-bottom:55px}.meihua-flow>.meihua-inquire-text1{padding:20px 10px}.meihua-advantage{width:100%;padding-bottom:56px}.meihua-advantage-items{width:100%;display:flex}.meihua-advantage-item{flex:1;text-align:center;padding:0 47px;box-sizing:border-box}.meihua-else{width:100%;padding-top:55px;padding-bottom:78px;background-color:#FAFAFA}.meihua-else-items{width:100%;display:flex}.meihua-else-item{flex:1}.meihua-else-item-img{width:252px;height:96px;margin:0 auto 22px;line-height:73px;text-align:center;font-size:20px;color:rgba(254,105,0,1);background:url(/imgs/home/elseimg.png) no-repeat;background-size:100% 100%}.meihua-else-item-main{margin:0 auto;width:276px;height:304px;background:rgba(255,255,255,1);border:1px solid rgba(235,234,234,1);padding:0 16px}.else-item-main-top{width:100%;height:95px;border-bottom:1px solid rgba(238,238,238,1);margin-top:29px;padding-bottom:8px}.else-item-main-top>div{font-size:14px;color:rgba(102,102,102,1);margin-bottom:21px;overflow:hidden}.else-item-main-top>div>i{float:left;width:6px;height:6px;background:rgba(254,106,1,1);border-radius:50%;margin-top:5px}.else-item-main-top>div>span{float:right;width:93%}.else-item-main-price{width:100%;text-align:center;font-size:19px;color:rgba(253,106,0,1);margin:30px 0}.else-item-main-price>span{font-size:25px}.else-item-main-text{width:156px;height:46px;line-height:46px;text-align:center;background:rgba(254,106,1,1);margin:4px auto 0;font-size:16px;color:rgba(255,255,255,1);cursor:pointer}.meihua-issue{width:100%;padding-top:53px;padding-bottom:34px}.meihua-issue-text{width:100%;padding-top:27px}.meihua-issue-text>p{font-size:16px;color:#666}
\ No newline at end of file
.el_gsb_img,.moreservice{height:100%;width:100%}.moreservice-text,.moreservice-title{font-family:MicrosoftYaHei;font-weight:400;text-align:center}.moreservice{background-color:#fff}.moreservice-title{width:100%;font-size:28px;color:rgba(51,51,51,1);line-height:100px}.moreservice-text{font-size:14px;color:rgba(153,153,153,1)}.moreservice-left-button,.moreservice-right-button{position:absolute;top:50%;font-size:36px;color:rgba(210,214,218,1);cursor:pointer}.moreservice-text span{margin:0 25px}.moreservice-swiper-items{width:100%;height:439px;overflow:hidden}.moreservice-right-button{right:0}.moreservice-left-button{left:0}.moreservice-swiper-item{width:500%;height:439px;-webkit-transition:transform .3s linear}.moreservice-itemTypeName,.moreservice-itemTypeName-top{width:100%;font-size:16px;font-weight:400;color:rgba(51,51,51,1);line-height:100px;border-bottom:1px solid rgba(221,221,221,1);font-family:MicrosoftYaHei}.moreservice-itemTypeName-top{position:fixed;top:0;left:0;background-color:#fff;z-index:999}.moreservice-itemTypeName-item{flex:1;text-align:center;cursor:pointer}.moreservice-itemTypeName-item span{padding:0 20px;display:inline-block;height:100%}.home-search-swiper-main{width:1200px;height:100%;margin:0 auto;position:relative}.productList,.productList-pitch-on{width:355px;float:left;margin:30px 0;border:1px solid #eee;cursor:pointer;text-align:left}.productList{height:377px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 0 9px 1px rgba(106,146,153,.31)}.productList-pitch-on{height:390px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 0 9px 1px rgba(106,146,153,.31);position:relative;top:-13px}.productList-header{font-size:18px;background:rgba(55,61,65,1);height:80px;line-height:80px;text-align:center;-webkit-transition:background .3s linear}.productList-header-pitch-on{font-size:20px;height:94px;line-height:87px;background:rgba(47,149,252,1);text-align:center;color:#fff}.productList-header span{color:rgba(255,255,255,1);line-height:80px;font-size:18px}.productList-header_img{width:50px;height:50px;vertical-align:middle}.productList-price{width:278px;margin:15px auto 0;border-top:1px solid rgba(232,232,232,1);color:#FF5135;text-align:center;padding-top:15px;font-size:18px;font-weight:600}.productList-price span{font-size:30px}.desc,.productList-button{font-size:14px;font-weight:400}.productList-button{margin:0 auto;width:315px;height:44px;font-family:MicrosoftYaHei;color:rgba(47,149,252,1);text-align:center;line-height:44px;border:1px solid rgba(47,149,252,1);-webkit-transition:color .3s linear,background .3s linear}.desc{margin:0 40px;height:40px;line-height:40px;font-family:PingFangSC-Regular;overflow:hidden;color:#38404B}.desc i{display:inline-block;margin-right:8px;width:8px;height:8px;background:rgba(47,149,252,1);opacity:.28;border-radius:50%}.moreservice .brand .el-carousel{overflow:hidden;background-color:#fff}.moreservice .brand .el-carousel__item img{width:50px;height:50px;vertical-align:middle}
\ No newline at end of file
.summer-inquire-text1,.summer-inquire-text2{text-align:center;font-family:MicrosoftYaHei;font-weight:400}.summer{width:100%;height:100%;background-color:#fff}.summer-main{width:1200px;margin:0 auto}.summer-header{width:100%;height:462px;background:url(/imgs/home/banner.png) no-repeat;background-size:100% 100%}.summer-inquire{width:100%}.summer-inquire-text1{width:100%;margin-bottom:32px;font-size:36px;color:rgba(51,51,51,1)}.summer-inquire-text2{width:100%;font-size:26px;color:rgba(153,153,153,1)}
\ No newline at end of file
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['exports', 'echarts'], factory);
} else if (typeof exports === 'object' && typeof exports.nodeName !== 'string') {
// CommonJS
factory(exports, require('echarts'));
} else {
// Browser globals
factory({}, root.echarts);
}
}(this, function (exports, echarts) {
var log = function (msg) {
if (typeof console !== 'undefined') {
console && console.error && console.error(msg);
}
}
if (!echarts) {
log('ECharts is not Loaded');
return;
}
if (!echarts.registerMap) {
log('ECharts Map is not loaded')
return;
}
echarts.registerMap('澳门', {"type":"FeatureCollection","features":[{"id":"820001","type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[["@@LADC^umZ@DONWE@DALBBF@H@DFBBTC"],["@@P@LC@AGM@OECMBABBTCD@DDH"]],"encodeOffsets":[[[116285,22746]],[[116303,22746]]]},"properties":{"cp":[113.552965,22.207882],"name":"花地玛堂区","childNum":2}},{"id":"820002","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@MK@CA@AAGDEB@NVFJG"],"encodeOffsets":[[116281,22734]]},"properties":{"cp":[113.549052,22.199175],"name":"花王堂区","childNum":1}},{"id":"820003","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@EGOB@DNLHE@C"],"encodeOffsets":[[116285,22729]]},"properties":{"cp":[113.550252,22.193791],"name":"望德堂区","childNum":1}},{"id":"820004","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@ŸYMVAN@BFCBBDAFHDBBFDHIJJEFDPCHHlYJQ"],"encodeOffsets":[[116313,22707]]},"properties":{"cp":[113.55374,22.188119],"name":"大堂区","childNum":1}},{"id":"820005","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@JICGAECACGEBAAEDBFNXB@"],"encodeOffsets":[[116266,22728]]},"properties":{"cp":[113.54167,22.187778],"name":"风顺堂区","childNum":1}},{"id":"820006","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@ ZNWRquZCBCC@AEA@@ADCDCAACEAGBQ@INEL"],"encodeOffsets":[[116265,22694]]},"properties":{"cp":[113.558783,22.154124],"name":"嘉模堂区","childNum":1}},{"id":"820007","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@MOIAIEI@@GE@AAUCBdCFIFR@HAFBBDDBDCBC@@FB@BDDDA\\M"],"encodeOffsets":[[116316,22676]]},"properties":{"cp":[113.56925,22.136546],"name":"路凼填海区","childNum":1}},{"id":"820008","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@DKMMa_GC_COD@dVDBBF@@HJ@JFJBNPZK"],"encodeOffsets":[[116329,22670]]},"properties":{"cp":[113.559954,22.124049],"name":"圣方济各堂区","childNum":1}}],"UTF8Encoding":true});
}));
\ No newline at end of file
(function (root, factory) {if (typeof define === 'function' && define.amd) {define(['exports', 'echarts'], factory);} else if (typeof exports === 'object' && typeof exports.nodeName !== 'string') {factory(exports, require('echarts'));} else {factory({}, root.echarts);}}(this, function (exports, echarts) {var log = function (msg) {if (typeof console !== 'undefined') {console && console.error && console.error(msg);}};if (!echarts) {log('ECharts is not Loaded');return;}if (!echarts.registerMap) {log('ECharts Map is not loaded');return;}echarts.registerMap('台湾', {"type":"FeatureCollection","features":[{"type":"Feature","id":"710000","properties":{"name":"台湾省","cp":[121.509062,25.044332],"childNum":82},"geometry":{"type":"MultiPolygon","coordinates":[["@@@BBB@@B@@@@@@B@@@@B@@A@@@@@@BB@@B@@AB@@@@@BA@@@@@@BA@@@@BA@@@@@A@@B@@@@@@@@A@@@@@@B@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@@@A@@@@@@AA@@@@@@@@@@@@@@@@A@@@@@@@@@@A@@@@@@A@@@@@@@@@A@@A@@@BA@@@AA@@@@A@AB@@A@@@A@@@@B@@A@@BA@@B@@A@@@@@@@@B@@@@@@@@@@@B@@@@@BDB"],["@@@@@@@@@@@A@@@@@@@@@@@@@B"],["@@@@@@@@@@@@B@A@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@@@@@A@@@@@@@@@B@@@AA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@B@@@@@@B@@@@@@@"],["@@B@DA@@@@B@@@@@@@@AA@@@A@@@@@A@@@@@@AA@@@A@@@A@@@A@@@@B@@@@@BB@@@@@@@@@BB@@@@B@"],["@@@@B@@@@@@@@@@@@@@@A@@@@@@@@@@@"],["@@@@@@@@@A@@@@@@@@@@@B@@"],["@@DHBDB@DC@KACEA@@ADAF"],["@@BDDBBBDAFE@C@@CAI@@@CF"],["@@@@@B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@B@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@A@@@@@@@@@@@@@@@@@@@B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@B@@@@@@@@@@@@B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@@@"],["@@@@@@@@@@B@@@@B@@@A@@@@@B@@@@@@@AB@@@@@@@@@@@@@A@@@@@@@@@@@@@@@@@A@@@@@@@"],["@@@FFD@@BABABCCE@CA@ABCF@@"],["@@B@@@@@@@@@@@@@@@@@@@@@AA@@@@@BA@@@@@@@@@@@@@@@B@@@@@@@@@@@@@@@@@"],["@@BBFDD@@@B@@BB@@@@@B@@@B@B@@@@@D@@@B@B@@AB@@@B@B@BA@@@@@B@@B@@@@@@A@@@@B@@@B@@@@@@@@@@@@@@@@@B@@@BABADABABA@A@@B@AA@@@AA@@@AA@@A@@@A@@@@@A@@@A@@@@@A@A@@@@@A@@@A@@@A@@@A@@@A@@@A@@@@@@@AB@@@@@@A@A@@@@A@@@@A@@A@@@@@@@@@@@@@@@@A@@@@@@@@@@@@@A@@AB@@@A@@A@@@BA@@@A@@@A@AAAAC@CAAAC@@BA@@@A@@@@@A@@@@@@B@@AB@B@B@BBFDDDBDB"],["@@@@@B@@@@@@@@@@@@@@@@@@@@@@@@B@@@@@@AA@@@@@"],["@@@@@@B@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@"],["@@@@B@@@@@@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@B@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@A@@@@A@@@@B@@B@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@B@@@@@A@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@A@@@@@@@B@@@@"],["@@@B@@B@@@@@@@@A@@@@@@@@A@@@@@@@@@"],["@@B@@AB@@A@@@@@@@@B@@@@@@@B@@@A@@A@@@@@@@@@@@@@@@@@@@@@A@@@@@@A@@@@@@@@@@@@@@@@@B@@A@@@@@@@@A@@@A@@@@AA@@@@@@@@@@@@B@@@@@@@@A@@@@@@@@@@B@@@B@@@@@@@BA@@@@BA@@B@BA@@@@@@@@@@@A@@@@@B@@@@@@@@BB@@@@@B@@@@@@B@@@@@@@BB@@@@@@@@@B@@@@A@@@@@@@@A@@@@@@@@@@@@@B@@A@@A@@@@AB@@@@@@@@@@@@@@@@@@@@@@A"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@A@@@@@B@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@B@@@@@BA@@@@B@@AB@@@B@@A@@@@@@@@@A@@@@@@@@B@@@@@@@@@@A@@@@@@@@@@@@A@@A@@@@A@C@ABA@A@AB@@@@@@@@@@@@@@@@@@A@@@@@A@@@A@@@@@@@@@@@@@@@@B@@@@@@@@@@@@@@@B@@@@@@@@@@@@@@@@@@@BB@@@B@B@@@DB"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@B"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@B@@@@@@@@@@@A@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@A@@@@@@@@@@@B@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"],["@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@B@@@@@"],["@@BB@@D@BA@@ACAA@@CB@D"],["@@@BD@BA@A@@AAABA@@B"],["@@BNHFNHN@@@BGFI@@AAEAECECIEEAGBAH"],["@@@@@BB@BAB@@AAAA@AB@B"],["@@BVFLTZLLHJLPHJJNNPHJFFFB@@BC@AKOW[WaEM@GGIGGGGCGCEAGEEAA@@EF@@"],["@@LTHHFHHHDDDBJADB@@@@@@KMIIIIOQEA@@@@AD"],["@@BD@@F@BCB@ACC@A@ABAB"],["@@@BBBF@@@@@@CAACAAB@B"],["@@@BDBDABC@@CA@@C@AB@B"],["@@n‰n]Nµoz[‚¹ňiÚĎUÒGtANCDV±v]ROXEZDhD`J\\N\\NX^°f¼FfHVLRTZVzHˆD€H¦H ALK^[|I`AdFdFpF¸A\\FP^f\\\\XlZhVbLRnXbRhRXHTXHTT’BRPdZZ^XV‚v–`‚†º†ŠtzPxV‚|l~t¸˜¾|€rv\\œ`Œb|f`~lVV\\TrVdRhTX\\`fLPJJ^TJFNXHTJŒFpHZJXLZZlZhZlPZ^`jd\\jLZHjFRFJJFHDPD^BZLfZPJNFhDL@LDjd|bv^xJèRŽV^PfnV‚Zr€‚dVpV|VhHvDr@bIjShuP]LWHE^KZA\\IJO@aDU|qRKJA`BbAlKbK^WNCt@ŠF\\@LILEBGCMBaBgDST‡LMNATBbARGNEHERKHMAMc_oeycgya_s‰IoC{@oFul¿|­D]G§ImUcGWEkOYƒ—U‘M™k…wƒ•¿ckW[QoCa[giaK[DiL[XiH[CQeƒg­…ƅŸƙc­CiDaAeEIQeY‘U¹GsEWMYIKKMUWW[M]OkBQCMSq@KHgRsFO@QAIEGGIKKMKMGYKOASICEQyMYyc‰as—ce[YMSgOgYew{scljyUaOKMU}AeAUSOSU[{ċmË_µE‹E«E•C{@]@MFMHMDgCE[ISKKOYKSWKIIEYBcFcDaFoKOIGMCWDMH]^‘j_FQBQMIKWAWFQFSNm–W\\_¦@ZJVJVAA¤OŽM†I^M\\_xeˆcvWd_^‹‚WPmT^"],["@@LFBBHLBB@DBDB@F@@A@AAA@ABAD@D@DAFEBE@CACCAE@A@@C@CA@EBE@A@CAAECIAC@@AB@B@DCJA@ABC@@B@D@BBD"],["@@BBB@B@BABA@A@@@@B@@@@B@@@@@@B@@AAA@@@@A@@@@@@A@@@AAA@@@@@A@A@@@@B@@A@@@A@@B@@@AAAAA@@@A@@B@@@@@B@@@BB@@D@B@@@B@B@@@@@@ABA@@BA@@B@B"],["@@BBBBF@B@@@BBB@B@BAB@B@BA@@@ACACAAAA@@@E@A@A@@@CB@B@B@@"],["@@@JDHB@BBFHBLDFHBF@HGLIFALAJDDABC@CGKEAKAOACAAAAC@EDKBI@M@IEKAAC@C@A@@CDIBACGAE@A@EBCDEBEACECG@QDEBCBA@A@CAAEE@I@ECICG@IBAB@DBFRHDBDJDBD@FCFCF@FDBDBDF@BDBJ@FCDGFIBABBHDDF@BC@AB@D@BD@HBHDFBBBBABCBEFAD@DDF@D@D"],["@@DDBB@@B@DAD@D@@AB@@C@GACEEE@C@AAA@ADE@@BBB@@GD@D@B@BB@B@BAD@BBBB"],["@@`JPDLFHAFEFAF@BBD@JAHGDIFC@ACCBGFEAGAGA@GBEACC@EBEFAH@DCAECAC@AA@C@EACCCECCB@DCBC@CAEAA@ADDLBDFDBHADKHKPEL@FCBE@GEEICCEAMDIHAFBNFH"],["@@IGEGOGEGECEBECGMAE@AFA@EAECCACBGACACE@MFIBGASCGCGBCF@F@FBFAFEDGBGCCBEFAD@DAD@BC@A@AB@DCBABCAEBAHBLHLDFH@DIBC@IHIBGBC@CD@DFHDHCDABGDAD@BDDFF@JAFAFBBBAF@DBDBDBDADEDK@YEOBIFAH@FBDBBFADAB@BDADABICG@C@AD@BBBDB@B@FADDDDBFBBDCHEH@DBBN@LBFDDHDBDBDADIBGDKDEF@DB@HBDFDFFBHEH@LDFDBVBF@FFLBFCJMFAHBFHDHJBF@FGBGDEF@D@DHF@FCJMLSBW@MHELCFGCKSEOAMDOJMDUAIE"],["@@@F@@BBF@BA@A@AB@B@DA@@DB@BBB@BBBF@FDDBFBDABBBBBBB@JEBA@A@ACAC@EAMICAE@E@EAA@C@CCC@C@CBADBF"],["@@CBAB@DBBBB@BBBBAB@B@@@BBB@BA@C@E@AEAE@"],["@@DBDAB@B@BBAD@BDDD@BAB@@BB@@@D@B@BBDBDADABC@EBA@A@A@@AACBA@C@A@CBCAEACCAC@A@AAAABAB@BC@A@A@AF@D@D"],["@@ADADAB@DDDF@DEBEBAD@@@DDBDD@DABC@C@CAIBEBEBABA@ACC@AD@BBBDBBDABCAIAAE@CAA@@A@C@C@C@CFE@A@@G@EBCBCAE@E@G@AAC@CD@D@FFHFB@FAFAL@LBDDB@DAB@B"],["@@B@@BB@@B@B@B@B@BB@B@DAFCBA@@@@@AB@BBB@BABABA@AA@AAA@@A@@@CAAA@EAC@A@AAA@A@AAA@A@@DCDBDBDBD"],["@@@BB@@B@@@@@B@A@@BA@@BA@@@A@@B@@@@A@@A@A@@@@@@B@@A@@@@A@@@@AB@@@@@@@B@@@@"],["@@@B@BBB@@B@@@BA@A@@@A@A@@B@@A@A@@A@@@A@@@A@A@@@@B@B@B"],["@@`FPBLAFC@AEGAG@K@GCCA@EBC@GCAG@GACA@C@MDIBABADBDDFDFEFCDGHAF@DDDJB"],["@@DBD@B@B@B@BA@@@CAAA@A@@A@@@@@AA@@@@AA@AA@@@@@A@AA@@@ABCA@@@AAAA@AB@B@B@BDBB@BB@D@BBB@B"],["@@CF@B@BBBB@DADBBAB@BEACB@AA@@E@CBA@"],["@@HBHBF@DABA@AAAAA@@@A@AB@@A@AA@A@A@AAA@C@@BA@A@CBAD@@A@@B@B@B@B"],["@@LDH@HABA@CAC@A@AAACAAAAC@C@CAAAC@@AA@BED@DA@CF@BBB@D@BAB@B@D@B@B"],["@@NHBJBJ@FBDJJHBTHHAPKBEAGGIMIMKGEIIICG@GHCFBH"],["@@NIHAzBVDPBL@DADIAGAE@KFKDEBCCAGAC@CE@IBIDGPIXKVGBE@GAIGOMOGAK@]LIXMJODS@MFY\\UNELDXDF@FCHOLCD@JBFJDJ@"],["@@AB@BBBD@JDD@D@@ABA@C@E@CAAAACAC@C@ABAD@DABAB"],["@@RCL@JDFBDADBB@BAF@FAJDL@DA@EBIDE@EACACAEBGCCEACCCE@CDGHG@CAEEAO@EBCDAHGFOFG@GBAD@DBHBHCDAJEDEHAJAHDB"],["@@HED@D@B@BFDHFBD@HAHEBC@EBADAB@BA@CACCCC@A@ADA@E@EAC@G@IDCHCDCBAB@B@B@@B@"],["@@@DBDB@BBDA@ABC@AACAAA@A@CB@D"],["@@HFH@F@BABC@E@EACECCAEBEDCFAFDD"],["@@LFN@JCHI@I@IEGGAMBKBCLCJDL"]],"encodeOffsets":[[[126651,26546]],[[126660,26547]],[[126659,26546]],[[126661,26545]],[[127552,26543]],[[126662,26541]],[[126660,26540]],[[126515,26405]],[[126526,26402]],[[126513,26397]],[[126513,26396]],[[126509,26395]],[[126510,26395]],[[126548,26376]],[[126537,26371]],[[126433,26363]],[[126456,26365]],[[126461,26357]],[[126459,26356]],[[126459,26356]],[[126460,26356]],[[126459,26356]],[[126445,26356]],[[126458,26356]],[[126458,26356]],[[126458,26356]],[[126457,26356]],[[126457,26356]],[[126429,26350]],[[126512,26346]],[[126512,26347]],[[126512,26347]],[[126515,26343]],[[126520,26341]],[[126514,26339]],[[126514,26339]],[[126515,26339]],[[126513,26338]],[[126513,26338]],[[126526,26337]],[[126527,26337]],[[126526,26337]],[[126527,26336]],[[126526,26336]],[[126527,26336]],[[122469,24374]],[[122474,24363]],[[122424,24251]],[[122554,24186]],[[122886,24033]],[[122929,24079]],[[122214,23857]],[[123719,22284]],[[123719,22276]],[[123335,22980]],[[122472,24310]],[[122427,24288]],[[122531,24227]],[[122375,24193]],[[122479,24184]],[[122427,24235]],[[122518,24117]],[[122382,24050]],[[122390,24070]],[[122392,23926]],[[122366,23948]],[[122185,23966]],[[122188,23883]],[[122204,23878]],[[122288,23774]],[[122388,23820]],[[122378,23824]],[[122484,23808]],[[122542,23818]],[[123244,22864]],[[124427,22618]],[[124526,22475]],[[124384,23221]],[[124866,25441]],[[125038,26094]],[[125007,26245]],[[124862,26043]]]}}],"UTF8Encoding":true});}));
\ No newline at end of file
......@@ -555,8 +555,9 @@ var app = new Vue({
if (item == "declare") {
this.stageType = false;
this.pushx({
title: "政策资讯",
name: "/declare"
title: "申报通知",
name: "/declare",
params: { name: '申报通知' }
});
return false;
}
......@@ -564,7 +565,8 @@ var app = new Vue({
this.stageType = false;
this.pushx({
title: "立项公示",
name: "/projectpublicity"
name: "/projectpublicity",
params: { name: '立项公示' }
});
return false;
}
......@@ -572,7 +574,8 @@ var app = new Vue({
this.stageType = false;
this.pushx({
title: "管理办法",
name: "/managementmeasures"
name: "/managementmeasures",
params: { name: '管理办法' }
});
return false;
}
......@@ -1042,8 +1045,10 @@ var app = new Vue({
}
},
backhome() {
backhome(name) {
if (name == 'policyShop') {
return window.open( location.protocol+ "?paramtheme=policy#/");
}
this.pushx({
title: "首页",
name: "/"
......@@ -1403,7 +1408,8 @@ var app = new Vue({
if (k == "declare") {
this.pushx({
title: "政策资讯",
name: "/declare"
name: "/declare",
params: { name: '申报通知' }
});
}
if (k == "policybigdata") {
......
......@@ -3,9 +3,8 @@
<div class="policylist-tile"  style="margin-top: 15px;">
<div class="policyquery-items">
<div class="items_item" :style="headerHeight1 ? \'height:45px\' : \'height:auto\'">
<div :class="quanbu ? \'\':\'pitch\'" @click="quanClick1()">申报通知({{total}})</div>
<div :class="quanbu == item ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)">
{{item}}</div>
<div :class="quanbu == item.title ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)">
{{item.title}}</div>
</div>
</div>
......@@ -180,7 +179,7 @@
<div class="shuju2" style="margin-left: 19px;">
<el-carousel :interval="5000" arrow="never" height="200px">
<el-carousel-item v-for="item in loopplays" style="height:100%;cursor: pointer;">
<div class="el_gsb_img" :style="\'background: url(\' + item.leftimg + \') center center no-repeat;\'"></div>
<div class="el_gsb_img" :style="\'background: url(\' + item.leftimg + \') center center no-repeat;\'" @click="payClick()"></div>
</el-carousel-item>
</el-carousel>
</div>
......
......@@ -2,7 +2,7 @@
<div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b">
<img style="width:100%;height:auto" :src="loginUrl" />
<div class="login-title">
<div class="login-title" v-if="companyinfo.company.siteTheme == \'policy\'">
<span class="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span>
</div>
......
......@@ -2,10 +2,10 @@
<div style="
width:100%;
text-align: center;
font-size:50px;
font-size:40px;
font-family:PingFangSC;
font-weight:400;
color:#fff;">商标政策早知道,就上政企遇</div>
color:#fff;">科技产业政策早知道,就上政企通</div>
<div class="meihua-inquire-input">
<div class="lists">
......@@ -27,7 +27,21 @@
</div>
</transition>
</div>
<div class="policy-input-buttom" slot="reference" @click.stop="searchResult"><i class="el-icon-search"></i></div>
</div>
<div class="policy-input-buttom" slot="reference" @click.stop="searchResult"><i class="el-icon-search" style="font-size: 25px;"></i></div>
<br>
<div class="policy-resoubang">
<div>
热搜榜:
</div>
<div
class="policy-baoguo"
@click="resouItem(item)"
v-for="(item,index) in checkReArr"
:key="index">
{{item}}
</div>
</div>
</div>
</div>
\ No newline at end of file
......@@ -26,7 +26,16 @@
"政策推荐"
],
checkReArr:[
"2019年",
"2020年",
"知识产权",
"技术改造",
"工业互联网",
"技术攻关"
],
activeClass: 0,
resouclass: 0,
type: "政策查询"
}
},
......@@ -142,18 +151,22 @@
if(this.type == "政策推荐"){
this.$root.pushx({
title: "政策推荐",
name: "/recommen"
name: "/recommen",
params: {
tminput: this.state2
}
});
}else if(this.type == "政策查询"){
this.$root.pushx({
title: "政策列表",
name: "/policyquery"
title: "政策查询",
name: "/policyquery",
params: {
tminput: this.state2
}
});
}
}
if (this.state2 != '') {
if (this.state2 != '') {
var obj = {
name: this.state2
};
......@@ -164,10 +177,10 @@
this.show2 = true;
this.listArr = d.data.rows;
}else {
this.$message({
/*this.$message({
message: '无搜索结果',
type: 'warning'
});
});*/
}
}
}).catch(e=>{
......@@ -214,6 +227,27 @@
this.type = "政策推荐"
}
},
resouItem (item) {
console.log(item);
if(this.type == "政策推荐"){
this.$root.pushx({
title: "政策推荐",
name: "/recommen",
params: {
tminput: item
}
});
}else if(this.type == "政策查询"){
this.$root.pushx({
title: "政策查询",
name: "/policyquery",
params: {
tminput: item
}
});
}
}
},
computed:{
},
......
.policy-input-value{
height: 61px !important;
height: 50px !important;
}
.policy-input-buttom{
height: 61px !important;
height: 50px !important;
line-height: 50px !important;
}
.actived {
float: left;
......@@ -14,11 +15,23 @@
background: rgba(16,142,233,1);
border-radius: 2px;
color: #fff;
}
.meihua-inquire-input{
height: 230px !important;
}
.policy-resoubang{
color: #fff;
display: flex;
width: 60%;
justify-content: space-between;
line-height: 50px;
font-size: 14px;
}
.policy-baoguo:hover{
color:#128EE9;
}
.acitves{
width: 77px;
height: 27px;
......@@ -29,7 +42,7 @@
color:#fff;
cursor: pointer;
}
.actived:before,
.actived:after{
......
......@@ -82,23 +82,23 @@
},
exhibitionArr: [
{
name: '公司注册',
text: '最快1天递交,限时特惠,部分地区低至68元',
name: '高新企业认定',
text: '享百万财政补贴,减免40%所得税',
icon: '/imgs/normal/exIcon1.png',
img: 'background: url(\'/imgs/normal/exback1.png\') no-repeat;',
path: '/servicedetails?servicedetails?isDirectJump=1&sdsId=272'
path: '/servicedetails?isDirectJump=1&sdsId=411'
}, {
name: '商标注册',
text: '快速递交商标局,全程线上流程,实时查询申请',
name: '双软评估',
text: '享政策税收优惠,增值税即征即退',
icon: '/imgs/normal/exIcon2.png',
img: 'background: url(\'/imgs/normal/exback2.png\') no-repeat;',
path: '/selftmreg?itemCode=zzsbzc'
path: '/servicedetails?isDirectJump=1&sdsId=2683'
}, {
name: '代理记账',
text: '财务处理、税务申报、编制报表,公司账目一目了然',
name: '研发费用加计扣除',
text: '减税捷径,加速创新',
icon: '/imgs/normal/exIcon3.png',
img: 'background: url(\'/imgs/normal/exback3.png\') no-repeat;',
path: '/servicedetails?isDirectJump=1&sdsId=334'
path: '/servicedetails?isDirectJump=1&sdsId=2687'
}
],
bgcArr: [
......@@ -553,13 +553,19 @@
if (typeof val == 'string') {
this.patentInput = val;
}
this.total = 0;
this.currentpage = 1;
/*清楚勾选的痕迹*/
this.checkAllAnalysis = false;
this.checkListAnalysis = [];
this.multipleSelection = [];
this.search();
if (!this.patentInput) {
this.$message.warning("输入的搜索关键字不能为空");
return false;
};
this.patentInput = this.patentInput.replace(/\s+/g, "");
console.log(this.patentInput,"this.patentInput................");
return this.$root.pushx({
title: "",
name: "/recommen",
params: {
tminput: this.patentInput
}
});
},
search(){
if (!this.patentInput) {
......@@ -599,7 +605,7 @@
params: { itemCode: 'zzsbzc' }
});
} else {
window.open(window.location.href.split("#")[0] + "#" + item.path)
window.open(window.location.href.split("?")[0] + "#" + item.path)
/*this.$root.pushx({
title: item.name,
name: item.path
......@@ -610,10 +616,10 @@
}
},
companyRegistered() {
window.open(window.location.href.split("#")[0] + "#/servicedetails?isDirectJump=1&isModifyTitle=1&sdsId=449")
window.open(window.location.href.split("?")[0] + "#/servicedetails?isDirectJump=1&isModifyTitle=1&sdsId=449")
},
CommerceDetails(item) {
window.open(window.location.href.split("#")[0] + "#" + item.path)
window.open(window.location.href.split("?")[0] + "#" + item.path)
},
searchResult() {
if (this.summerTabs == 2) {
......@@ -697,25 +703,16 @@
$('#wave-container').css('display', 'none');
this.aitmrate = false;
this.ainclonerate = [];
/*if (this.isNull(this.mark)){
this.$message.warning("请输入目标");
}*/
if (this.isNull(this.mark)) {
this.$message.warning("请输入目标");
this.$message.warning("请输入要查询的关键字");
} else {
/*this.mark = this.mark.replace(/(^\s*)|(\s*$)/g, "");*/
this.mark = this.mark.replace(/\s+/g, "");
this.localstoragesb(this.mark);
console.log(this.mark);
console.log(this.checkedNcl);
var re = /^[0-9]+.?[0-9]*$/;
console.log(this.mark,"this.mark................");
return this.$root.pushx({
title: "",
name: "/bycquerytm",
name: "/policyquery",
params: {
tminput: this.mark,
checkedNcl: this.checkedNcl
tminput: this.mark
}
});
}
......@@ -885,7 +882,7 @@
params: { itemCode: i.code }
});
} else {
window.open(window.location.href.split("#")[0] + "#/servicedetails?isDirectJump=1&sdsId=" + i.id)
window.open(window.location.href.split("?")[0] + "#/servicedetails?isDirectJump=1&sdsId=" + i.id)
}
},
enterCard(k, key) {
......
......@@ -35,11 +35,11 @@
position: relative;
}
.normal-header-logo {
width: 186px;
height: 76px;
width: 150px;
height: 54px;
position: absolute;
top: 19px;
left: 0px;
top: 35px;
left: 20px;
}
.normal-input-tabs {
width: 100%;
......
.nowbuy {
margin: 0 auto;
width: 1200px;
}
.nowbuy-nav {
height: 60px;
box-sizing: border-box;
padding: 21px 0;
}
.nowbuy-main {
padding-left: 54px;
width: 1203px;
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(214, 214, 214, 1);
}
.nowbuy-title>div {
border-left: 5px solid #1EAFFF;
padding-left: 12px;
font-size: 18px;
margin: 20px 0;
}
.nowbuy-title>div>span {
color: #1EAFFF;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: rgba(30, 175, 255, 1);
}
/* .nowbuy-tips {
height: 40px;
line-height: 40px;
padding-left: 25px;
width: 1095px;
background: rgba(243, 250, 254, 1);
border: 1px solid rgba(102, 201, 255, 1);
} */
.nowbuy-form {
width: 35%;
}
.nowbuy .el-form-item__label {
text-align: right;
}
.nowbuy-footer-warpper{
border-top:1px solid #C1C1C1;
height: 170px;
padding-top: 17px;
box-sizing: border-box;
}
.nowbuy-footer {
box-sizing: border-box;
padding-left: 54px;
width: 1200px;
margin: 0 auto;
}
.nowbuy-footer>div {
display: inline-block;
}
.nowbuy-footer>span {
color: #f54a07;
}
.nowbuy-footer-img {
display: inline-block;
vertical-align: middle;
width: 26px;
height: 26px;
margin-left: 278px;
margin-bottom: 3px;
cursor: pointer;
margin-right: 15px;
}
.nowbuy-footer-img>img {
width: 100%;
height: 100%;
}
.nowbuy-footer>div>button {
margin-left: 80px;
}
.nowbuy .nowbuy-tableheader {
background: #F3F3F3;
font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(34,34,34,1);
}
.nowbuy .el-table th,
.el-table tr {
background: none;
}
\ No newline at end of file
<div class="nowbuy-warpper">
<div class="nowbuy">
<div class="nowbuy-nav">
<div class="tm-body-breadcrumb" style="margin-bottom: 15px;"><span @click="tiaozhuan(\'/\',\'首页\')"
style="cursor: pointer;">首页</span>
<i class="el-icon-arrow-right"></i>
<span style="font-weight:600;cursor: pointer;font-weight: 300;"
@click="tiaozhuan( \'/servicedetails\',\'服务详情\',)">担保商标注册</span>
<i class="el-icon-arrow-right">下单</i>
</div>
</div>
<div class="nowbuy-main">
<div class="nowbuy-title">
<div>
购买服务
</div>
</div>
<div style="width:1093px;border:1px solid #F3F3F3;margin-bottom: 51px;">
<el-table :data="tableData" header-row-class-name="nowbuy-tableheader" style="width: 100%">
<el-table-column prop="itemTypeName" label="服务名称" width="180">
</el-table-column>
<el-table-column prop="num" label="购买数量" width="180">
</el-table-column>
<el-table-column prop="countPrice" label="总金额(元)">
</el-table-column>
</el-table>
</div>
<div style="width:100%;height:1px;background:#f3f3f3;transform: translateX(-30px);margin-bottom: 30px;">
</div>
<div class="nowbuy-title">
<div>
订单联系人
<span style="margin-left:23px;"><i class="el-icon-warning"></i>
订单支付后,平台专业商标顾问会与您沟通商标注册需求,请保持电话畅通!</span>
</div>
</div>
<div class="nowbuy-form">
<div style="margin: 20px;"></div>
<el-form label-width="100px" :model="apply" :rules="applyRules" ref="apply">
<el-form-item label="姓名:" prop="contacts">
<el-input v-model="apply.contacts"></el-input>
</el-form-item>
<el-form-item label="电话:" prop="mobile">
<el-input v-model="apply.mobile"></el-input>
</el-form-item>
<el-form-item label="邮箱:">
<el-input v-model="apply.email"></el-input>
</el-form-item>
<el-form-item label="备注:">
<el-input type="textarea" v-model="apply.notes"></el-input>
</el-form-item>
</el-form>
</div>
</div>
</div>
<div class="nowbuy-footer-warpper">
<div class="nowbuy-footer">
订单金额: <span>¥{{tableData[0] ? tableData[0].countPrice:\'-\' }}</span>
<div>
<div class="nowbuy-footer-img" @click="checkImg = !checkImg">
<img :src="checkImg?\'/imgs/nowbuy/xuanzhong2.png\':\'/imgs/nowbuy/xuanzhong.png\'" alt="">
</div>
<span style="font-size: 20px;color:#999999; ">
我已阅读 <span style="color:#1EAFFF;">《京东云商标服务合同》</span> ,且同意该合同内容
</span>
<el-button type="primary" @click="goOrder()" :disabled="!checkImg">去支付</el-button>
</div>
</div>
</div>
</div>
\ No newline at end of file
{
template: '${tmpl}',
data: function() {
var name = (rule, value, callback) => {
console.log(rule, value, callback);
if (value == '') {
callback(new Error('请输入姓名'));
} else {
callback();
}
};
var phoneNum = (rule, value, callback) => {
var x = /((\d{11})|^((\d{7,8})|(\d{4}|\d{3})-(\d{7,8})|(\d{4}|\d{3})-(\d{7,8})-(\d{4}|\d{3}|\d{2}|\d{1})|(\d{7,8})-(\d{4}|\d{3}|\d{2}|\d{1}))$)/g.test(value);
if (!x) {
callback(new Error('联系电话格式错误!'));
} else {
callback();
}
};
return {
tableData: [
],
labelPosition: 'right',
apply: {
orderType: "zzdd",
contacts: '',
mobile: '',
email: '',
notes: ''
},
applyRules: {
contacts: [
{ required: true, message: '请输入姓名', trigger: 'blur', validator: name },
],
mobile: [
{ required: true, message: '请输入正确电话号码', trigger: 'change', validator: phoneNum }
],
},
checkImg: false,
num: null,
params: {
itemCode: "",
order_appendinfo: {
level: "",
area_list: [],
department_list: [],
type_list: []
},
apply: {
orderType: "zzdd",
contacts: "",
mobile: "",
email: "",
notes: ""
},
tm: {
totalSum: null,
}
},
}
},
mounted: function() {
console.log(Number(this.$route.query.sdsId), `llllllkkkkkkkkkkkkkkkkkkkkkk`);
this.num = Number(this.$route.query.num);
this.getProduct();
console.log(this.$route.query);
/**
*
$("#app-header").hide();
*
*/
},
created: function() {
},
methods: {
goOrder(){
let that = this;
this.params.tm.totalSum = this.tableData[0].countPrice;
this.params.tm.salesNum = Number(this.$route.query.num);
this.apply.orderType = "zzdd";
this.params.apply = this.apply;
this.params.itemCode = this.tableData[0].code;
this.$root.postReq("/web/orderCtl/createOtherOrder", this.params).then((d) => {
console.log("---------submitOrder-------");
if (this.$store.state.currentUser == null){
this.$message.warning("未登录");
return
}
if (d.code == 1) {
this.$root.pushx({
title: "订单支付",
name: "/orderpay",
params: { orderNum: d.data.code }
});
} else {
this.$message.warning(d.msg);
}
}).catch((e) => {
console.log(e);
})
},
getProduct(){
var sdsId = window.location.href.split("sdsId=")[1];
var that = this;
this.$root.getReq("/web/serviceitemCtl/findOneById", { id: sdsId }).then(function (d) {
if (d.code == 1) {
var data = d.data;
console.log(d.data);
d.data.num = that.$route.query.num;
d.data.countPrice = (d.data.serviceCharge + d.data.publicExpense) * Number(that.$route.query.num);
that.tableData.push(d.data);
console.log("返回信息", that.tableData);
}
});
},
tiaozhuan(path, name, params) {
this.$root.pushx({
title: name,
name: path,
params: {
isDirectJump: 1,
sdsId: this.$route.query.sdsId
}
});
},
},
computed: {
},
vname: "gsb-nowbuy"
}
......@@ -14,6 +14,6 @@
<el-input v-model="email" placeholder="请输入内容" type="email"></el-input>
</div>
<h3>实付金额:<span>{{money}}元</span></h3>
<el-button type="primary" @click="btnClick()">主要按钮</el-button>
<el-button type="primary" @click="btnClick()">去支付</el-button>
</div>
</div>
\ No newline at end of file
......@@ -6,19 +6,19 @@
year: "3个月",
oldMoney: 180,
newMoney: 90,
code:"zcdy3gy"
code: "zcdy3gy"
}, {
year: "6个月",
oldMoney: 365,
newMoney: 180,
code:"zcdy6gy"
code: "zcdy6gy"
}, {
year: "1年",
oldMoney: 730,
newMoney: 365,
code:"zcdy1n"
code: "zcdy1n"
}],
email: null,
email: "",
money: 90,
index: 0,
itemCode: "zcdy3gy"
......@@ -34,6 +34,10 @@
this.money = this.timeList[this.index].newMoney;
},
btnClick() {
if (!this.email) {
this.$message.warning("邮箱不能为空!");
return false;
}
let params = {
itemCode: this.itemCode,
order_appendinfo: {
......@@ -46,14 +50,21 @@
orderType: "zzdd",
contacts: "",
mobile: "",
email: "renjian@gongsibao.com",
email: this.email,
notes: ""
},
tm: {
totalSum: this.money
}
};
this.$root.postReq("/web/orderCtl/createOtherOrder", params).then( (d) => {
if (!this.currentUser) {
this.$root.pushx({
title: "登录",
name: "/login"
});
return false;
}
this.$root.postReq("/web/orderCtl/createOtherOrder", params).then((d) => {
console.log("---------submitOrder-------");
console.log(d);
if (d.code == 1) {
......
.policybigdata-all
{
height:100vh;
width: 100vw;
background-color:#021152;
}
.policybigdata-head{
height:40px;
line-height:40px;
padding-top:10px;
text-align:center;
color:#fff;
font-size:26px;
font-weight:700;
}
.policybigdata-left,
.policybigdata-right{
width:30%;
height:calc(100% - 47px);
float:left;
}
.policybigdata-medium{
width:40%;
height: calc(100% - 47px);
float:left;
}
.policybigdata-item1,
.policybigdata-item2,
.policybigdata-item5,
.policybigdata-item6{
height:46%;
width:94%;
margin:2%,3%;
}
<div class="policybigdata-all" >
<div class="policybigdata-head" >
政企通 — 政策大数据
</div>
<div style="height:100%;">
<div class="policybigdata-left" >
<!-- 左上图 -->
<div class="policybigdata-item1">
<div style="color:#ffffff;font-size:16px;font-weight:600;text-align:center;height:10%;line-height:10%">
政策地区排行
</div>
<div style="height:80%;margin-top:5%;margin-bottom:5%">
<gsb-echart3 key="1"ref="echart1Ref" :data="echartdata1"></gsb-echart3>
</div>
</div>
<!-- 左下图 -->
<div class="policybigdata-item2">
<div style="color:#ffffff;font-size:16px;font-weight:600;text-align:center;height:10%;line-height:10%">
政策排名前十的行业分布</div>
<div style="height:80%;margin-top:10%;margin-bottom:10%">
<gsb-echart3 key="2" ref="echart2Ref" :data="echartdata2"></gsb-echart3>
</div>
</div>
</div>
<div class="policybigdata-medium" >
<div style="height:16%;width:96%;padding:2%;">
<div style="width:40%;height:40%;padding:5%;float:left;text-align:center">
<div style="font-size:16px;height:30%;line-height:30%;color:#ffffff">累计政策总数</div>
<div style="font-size:36px;height:70%;line-height:70%;font-weight:bold;color:#ffeb7b">
{{data[0]}}</div>
</div>
<div style="width:40%;height:40%;padding:5%;float:left;text-align:center">
<div style="font-size:16px;height:30%;line-height:30%;color:#ffffff">开放申请项目</div>
<div style="font-size:36px;height:70%;line-height:70%;font-weight:bold;color:#ffeb7b">
{{data[1]}}</div>
</div>
<div style="width:40%;height:40%;padding:5%;float:left;text-align:center">
<div style="font-size:16px;height:30%;line-height:30%;color:#ffffff">成功申报企业</div>
<div style="font-size:36px;height:70%;line-height:70%;font-weight:bold;color:#ffeb7b">
{{data[2]}}</div>
</div>
<div style="width:40%;height:40%;padding:5%;float:left;text-align:center">
<div style="font-size:16px;height:30%;line-height:30%;color:#ffffff">立项公示项目</div>
<div style="font-size:36px;height:70%;line-height:70%;font-weight:bold;color:#ffeb7b">
{{data[3]}}</div>
</div>
</div>
<div style="height:76%;width:96%;margin:2%;">
<div style="height:10%">
<span @click="backAll" style="color:white;cursor:pointer;">中国</span>
<span v-if="provinceName" style="color:white">>{{provinceName}}</span>
</div>
<div id="container" style="height:80%;margin-top:10%;margin-bottom:10%">
<!-- <gsb-echart3 ref="echart3Ref" :data="echartdata3"></gsb-echart3> -->
</div>
</div>
</div>
<div class="policybigdata-right">
<div class="policybigdata-item5">
<div style="color:#ffffff;font-size:16px;font-weight:600;text-align:center;height:10%;line-height:10%">
近5年政策扶持领域年度趋势</div>
<div style="height:80%;margin-top:5%;margin-bottom:5%">
<gsb-echart3 key="4" ref="echart4Ref" :data="echartdata4"></gsb-echart3>
</div>
</div>
<div class="policybigdata-item6">
<div style="color:#ffffff;font-size:16px;font-weight:600;text-align:center;height:10%;line-height:10%">
成功申报企业年度趋势</div>
<div style="height:80%;margin-top:5%;margin-bottom:5%">
<gsb-echart3 key="5" ref="echart5Ref" :data="echartdata5"></gsb-echart3>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
......@@ -16,7 +16,7 @@
<div class="policylist-tile"  style="margin-top: 15px;">
<div class="policyquery-items">
<div class="items_item" :style="headerHeight1 ? \'height:45px\' : \'height:auto\'">
<div :class="quanbu ? \'\':\'pitch\'" @click="quanClick1()">全部({{total}})</div>
<div :class="quanbu ? \'\':\'pitch\'" @click="quanClick1()">全部</div>
<div :class="quanbu == item ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)">
{{item}}</div>
</div>
......
......@@ -2,6 +2,7 @@
template: '${tmpl}',
data: function() {
return {
tminput: '',
total: 0,
state2: '',
show2: false,
......@@ -45,12 +46,12 @@
input9:'',
quanbu:'',
quanData1:[
'申报通知(386)',
'立项公示(134)',
'管理办法(103)',
'政策图解(1)',
'政务信息(13)',
'新闻资讯(69)',
'申报通知',
'立项公示',
'管理办法',
'政策图解',
'政务信息',
'新闻资讯',
],
tableData1: [
'北京',
......@@ -212,7 +213,13 @@
}]
}
},
created:function(){
this.tminput = this.$router.history.current.query.tminput;
if (this.tminput) {
this.zctext = decodeURIComponent(this.tminput);
/*this.indexsearch();*/
}
},
methods: {
rgba() {
var color = this.colorList[Math.floor(Math.random()*this.colorList.length)];
......@@ -333,7 +340,7 @@
this.recommendationsObj = obj;
this.portrayalArr = obj.hx_list;
console.log(this.portrayalArr,'11111111111111');
axios.post('http://43.247.184.92:8018/gsb/api/zcdetailcount',{
axios.post('http://43.247.184.92:8019/gsb/api/zcdetailcount',{
"ID": obj.ID,
"count":0
}).then( d => {
......
......@@ -400,7 +400,7 @@
width: 100%;
}
.policylist-content-list {
width: 100%;
width: 900px;
padding: 20px 30px;
box-sizing: border-box;
border-bottom: 1px solid rgba(225,225,225,1);
......
......@@ -3,9 +3,8 @@
<div class="policylist-tile"  style="margin-top: 15px;">
<div class="policyquery-items">
<div class="items_item" :style="headerHeight1 ? \'height:45px\' : \'height:auto\'">
<div :class="quanbu ? \'\':\'pitch\'" @click="quanClick1()">立项公示({{total}})</div>
<div :class="quanbu == item ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)">
{{item.title}}({{item.count}})</div>
<div :class="quanbu == item.title ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)">
{{item.title}}</div>
</div>
</div>
......@@ -150,7 +149,7 @@
<!-- <div class="shuju">暂无数据</div> -->
</div>
</div>
<div v-else class="policylist-content-list" v-for="(i,k) in recommendationsArr">
<div v-else style="width: 925px;" class="policylist-content-list" v-for="(i,k) in recommendationsArr">
<div class="policylist-conten-title" @click="articleDetails(i)">
<div class="shenbao2"> {{i.name}} </div>
......@@ -159,7 +158,7 @@
<div class="policylist-conten-items"><span><img src="/imgs/tuandui.png"
alt="">&nbsp;{{i.source}}</span><span>
<p style="float:right"><img src="/imgs/riqi.png"
alt="">&nbsp;申报日期:{{i.begindate}}/{{i.enddate}}
alt="">&nbsp;发布日期:{{i.begindate}}
</span></p>
</div>
<div class="policylistsitems"><span><img src="/imgs/zehngfu.png"
......@@ -175,7 +174,7 @@
<div class="shuju2" style="margin-left: 19px;">
<el-carousel :interval="5000" arrow="never" height="200px">
<el-carousel-item v-for="item in loopplays" style="height:100%;cursor: pointer;">
<div class="el_gsb_img" :style="\'background: url(\' + item.leftimg + \') center center no-repeat;\'"></div>
<div class="el_gsb_img" :style="\'background: url(\' + item.leftimg + \') center center no-repeat;\'" @click="payClick()"></div>
</el-carousel-item>
</el-carousel>
</div>
......@@ -212,7 +211,7 @@
<div class="essay-title">
<div class="essay-title-name">{{recommendationsObj.name}}</div>
<div class="essay-title-list">
<span>发布部门:{{recommendationsObj.source}}</span><span>阅读量:{{recommendationsObj.count}}</span><span>申报日期:{{recommendationsObj.begindate}}</span>
<span>发布部门:{{recommendationsObj.source}}</span><span>阅读量:{{count}}</span><span>申报日期:{{recommendationsObj.begindate}}</span>
</div>
</div>
<div class="essay-content" v-html="recommendationsObj.policytext"></div>
......
......@@ -9,7 +9,7 @@
<div class="recommend-input">
<el-input placeholder="请输入查询的标题/内容" v-model="zctext" change="()=>{console.log(123)}">
<el-button slot="append" icon="el-icon-search"  @click="zcPost()">检索</el-button>
<el-button slot="append" >生成报告</el-button>
<el-button slot="append" @click="open3">生成报告</el-button>
</el-input>
</div>
......
......@@ -2,7 +2,7 @@
<div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b">
<img style="width:100%;height:auto" :src="loginUrl" />
<div class="login-title">
<div class="login-title" v-if="companyinfo.company.siteTheme == \'policy\'">
<span class="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span>
</div>
......
......@@ -26,7 +26,6 @@
.sds-info p{
font-size: 12px;
color:#999;
margin-top: 30px;
}
.sds-t{
......@@ -99,4 +98,7 @@
}
.sds-container .el-form-item__error{
margin-left: 110px;
}
.sds-container .el-input-number{
margin-left: 41px;
}
\ No newline at end of file
<div class="sds-container" style="background-color:white">
<div style="width:1200px;color:#000;margin:0 auto;padding-top:20px;padding-bottom:30px;min-height:1000px">
<div class="tm-body-breadcrumb" style="margin-bottom: 15px;"><span @click="tiaozhuan(\'/\',\'首页\')" style="cursor: pointer;">首页</span> <i class="el-icon-arrow-right"></i>
<span style="font-weight:600;">服务详情页</span>
</div>
<div class="sds-img">
<img :src="serviceItem.mobilePic" alt="" style="width:100%;height:100%">
</div>
<div class="sds-info">
<h3>{{serviceItem.name}}</h3>
<h5>{{serviceItem.shortDesc}}</h5>
<div class="sds-t">
<span style="color:#999;font-size:12px;margin:12px">服务费:</span> <b style="color:#ff5135;font-size:18px">&yen;&nbsp;{{serviceItem.serviceCharge?serviceItem.serviceCharge.toFixed(2):0}}</b>
<span style="color:#999;font-size:12px;margin:12px;margin-left:40px">官费:</span> <b style="color:#ff5135;font-size:18px">&yen;&nbsp;{{serviceItem.publicExpense?serviceItem.publicExpense.toFixed(2):0}}</b>
</div>
<div style="height:45px;line-height:80px">
<span style="color:#999;font-size:12px;margin:12px">费用总计:</span> <b style="color:#ff5135;font-size:18px">&yen;&nbsp;{{serviceItem.price?serviceItem.price.toFixed(2):0}}</b>
</div>
<div class="sds-operate">
<span class="sds-op2" @click="sdsOp2">咨询客服</span>
<span class="sds-op1" @click="showneed">立即办理</span>
</div>
<p>服务承诺:全流程服务 全程公开透明</p>
</div>
<div style="clear: both"></div>
<div class="sds-main-t">
</div>
<div class="sds-productdetails">
<h3><span>产品详情</span><i></i></h3>
<!-- <div style="height:400px;background-color: #e1e1e1;margin:10px">
<div style="width:1200px;color:#000;margin:0 auto;padding-top:20px;padding-bottom:30px;min-height:1000px">
<div class="tm-body-breadcrumb" style="margin-bottom: 15px;"><span @click="tiaozhuan(\'/\',\'首页\')"
style="cursor: pointer;">首页</span> <i class="el-icon-arrow-right"></i>
<span style="font-weight:600;">服务详情页</span>
</div>
<div class="sds-img">
<img :src="serviceItem.mobilePic" alt="" style="width:100%;height:100%">
</div>
<div class="sds-info">
<h3>{{serviceItem.name}}</h3>
<h5>{{serviceItem.shortDesc}}</h5>
<div class="sds-t">
<span style="color:#999;font-size:12px;margin:12px">服务费:</span> <b
style="color:#ff5135;font-size:18px">&yen;&nbsp;{{serviceItem.serviceCharge?serviceItem.serviceCharge.toFixed(2):0}}</b>
<span style="color:#999;font-size:12px;margin:12px;margin-left:40px">官费:</span> <b
style="color:#ff5135;font-size:18px">&yen;&nbsp;{{serviceItem.publicExpense?serviceItem.publicExpense.toFixed(2):0}}</b>
</div>
<div style="margin-top:20px;font-size: 12px;color: rgb(153, 153, 153);margin-left: 11px;">
数量:<el-input-number v-model="num" @change="handleChange" :min="1" label="描述文字"></el-input-number>
</div>
<div style="height:30px;line-height:60px">
<span style="color:#999;font-size:12px;margin:12px">费用总计:</span> <b
style="color:#ff5135;font-size:18px">&yen;&nbsp;{{serviceItem.price?serviceItem.price.toFixed(2):0}}</b>
</div>
<div class="sds-operate">
<span class="sds-op2" @click="showneed()">立即办理</span>
<span class="sds-op1" @click="sdsOp2()">立即购买</span>
</div>
<p>服务承诺:全流程服务 全程公开透明</p>
</div>
<div style="clear: both"></div>
<div class="sds-main-t">
</div>
<div class="sds-productdetails">
<h3><span>产品详情</span><i></i></h3>
<!-- <div style="height:400px;background-color: #e1e1e1;margin:10px">
</div> -->
<img v-if="serviceItem.mobileContentImg" :src="serviceItem.mobileContentImg" alt="" style="margin-top:10px">
<img v-if="serviceItem.mobileContentImg1" :src="serviceItem.mobileContentImg1" alt="">
<img v-if="serviceItem.mobileContentImg2" :src="serviceItem.mobileContentImg2" alt="">
<img v-if="serviceItem.mobileContentImg3" :src="serviceItem.mobileContentImg3" alt="">
<img v-if="serviceItem.mobileContentImg4" :src="serviceItem.mobileContentImg4" alt="">
<img v-if="serviceItem.mobileContentImg5" :src="serviceItem.mobileContentImg5" alt="">
<img v-if="serviceItem.mobileContentImg6" :src="serviceItem.mobileContentImg6" alt="">
</div>
<img v-if="serviceItem.mobileContentImg" :src="serviceItem.mobileContentImg" alt="" style="margin-top:10px">
<img v-if="serviceItem.mobileContentImg1" :src="serviceItem.mobileContentImg1" alt="">
<img v-if="serviceItem.mobileContentImg2" :src="serviceItem.mobileContentImg2" alt="">
<img v-if="serviceItem.mobileContentImg3" :src="serviceItem.mobileContentImg3" alt="">
<img v-if="serviceItem.mobileContentImg4" :src="serviceItem.mobileContentImg4" alt="">
<img v-if="serviceItem.mobileContentImg5" :src="serviceItem.mobileContentImg5" alt="">
<img v-if="serviceItem.mobileContentImg6" :src="serviceItem.mobileContentImg6" alt="">
</div>
</div>
<el-dialog title="提交需求" :visible.sync="dialogFormVisible" center width="600px" >
<el-form :model="form" ref="form" :rules="rules" style="margin-left:40px">
<div style="color:#606266;font-size:14px;font-weight:400;line-height:12px;margin-bottom:30px;margin-left:12px">服务需求:{{serviceName}}</div>
<el-form-item label="您的名字:" prop="name">
<el-input v-model="form.name" autocomplete="off" placeholder="请输入您的名字" style="width:360px"></el-input>
</el-form-item>
<el-form-item label="联系方式:" prop="mobile">
<el-input v-model="form.mobile" autocomplete="off" placeholder="请输入您的电话" style="width:360px"></el-input>
</el-form-item>
<el-form-item label="所属城市:" prop="city" style="margin-left:12px">
<el-cascader style="width:360px"
expand-trigger="hover"
:options="bigtype"
v-model="form.city" placeholder="请选择所属城市">
</el-cascader>
</el-form-item>
<el-form-item label="需求详情:" prop="notes" style="margin-left:12px">
<el-input v-model="form.notes" type="textarea" :rows="3" autocomplete="off" placeholder="请输入您的详细内容" style="width:360px"></el-input>
</el-form-item>
<el-form-item >
<div style="width:100%;font-size:12px;color:#B2B2B2;margin-left:12px;font-family:Microsoft YaHei">
<i class="el-icon-info"></i>
提交需求后,我们专业代理人会及时与您联系,为您服务,请保持电话畅通。
</div>
</el-form-item >
<el-form-item >
<div style="width:100%;text-align:center;font-family:Microsoft YaHei">
<el-button type="primary" @click="submitneed">提交</el-button>
<el-button @click="dialogFormVisible=false">取消</el-button>
</div>
</el-form-item>
</el-form>
</el-dialog>
<el-dialog title="提交需求" :visible.sync="dialogFormVisible" center width="600px">
<el-form :model="form" ref="form" :rules="rules" style="margin-left:40px">
<div style="color:#606266;font-size:14px;font-weight:400;line-height:12px;margin-bottom:30px;margin-left:12px">
服务需求:{{serviceName}}</div>
<el-form-item label="您的名字:" prop="name">
<el-input v-model="form.name" autocomplete="off" placeholder="请输入您的名字" style="width:360px"></el-input>
</el-form-item>
<el-form-item label="联系方式:" prop="mobile">
<el-input v-model="form.mobile" autocomplete="off" placeholder="请输入您的电话" style="width:360px"></el-input>
</el-form-item>
<el-form-item label="所属城市:" prop="city" style="margin-left:12px">
<el-cascader style="width:360px" expand-trigger="hover" :options="bigtype" v-model="form.city"
placeholder="请选择所属城市">
</el-cascader>
</el-form-item>
<el-form-item label="需求详情:" prop="notes" style="margin-left:12px">
<el-input v-model="form.notes" type="textarea" :rows="3" autocomplete="off" placeholder="请输入您的详细内容"
style="width:360px"></el-input>
</el-form-item>
<el-form-item>
<div style="width:100%;font-size:12px;color:#B2B2B2;margin-left:12px;font-family:Microsoft YaHei">
<i class="el-icon-info"></i>
提交需求后,我们专业代理人会及时与您联系,为您服务,请保持电话畅通。
</div>
</el-form-item>
<el-form-item>
<div style="width:100%;text-align:center;font-family:Microsoft YaHei">
<el-button type="primary" @click="submitneed">提交</el-button>
<el-button @click="dialogFormVisible=false">取消</el-button>
</div>
</el-form-item>
</el-form>
</el-dialog>
</div>
\ No newline at end of file
<div class="snbscription">
<div class="snbscription" @click="payClick()">
<img src="/imgs/server.png" alt="">
<button class="btn1" @click="payClick()">马上订阅</button>
<button class="btn2" @click="payClick()">马上订阅</button>
</div>
\ No newline at end of file
......@@ -190,7 +190,10 @@ gulp.task('allcss', gulp.series(['pagecss', 'springcss', 'summercss', 'autumncss
done();
}));
gulp.task('watch', function () {
gulp.watch(VUECOM_PATH+"/**/*/*.css",gulp.series(['allcss']));
// gulp.watch(VUECOM_PATH+"/**/*/*.css",['pagecss']);
// gulp.watch(VUECOM_PATH+"/**/*/*.css",gulp.series(['allcss']));
gulp.watch(VUECOM_PATH+"/**/*/*.css",gulp.series(['pagecss']));
});
gulp.task("basehandle",function(cbk){
......
......@@ -3998,8 +3998,7 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"aproba": {
"version": "1.2.0",
......@@ -4020,14 +4019,12 @@
"balanced-match": {
"version": "1.0.0",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
......@@ -4042,20 +4039,17 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"core-util-is": {
"version": "1.0.2",
......@@ -4172,8 +4166,7 @@
"inherits": {
"version": "2.0.3",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"ini": {
"version": "1.3.5",
......@@ -4185,7 +4178,6 @@
"version": "1.0.0",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
......@@ -4200,7 +4192,6 @@
"version": "3.0.4",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
......@@ -4208,14 +4199,12 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"minipass": {
"version": "2.3.5",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
......@@ -4234,7 +4223,6 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
......@@ -4315,8 +4303,7 @@
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"object-assign": {
"version": "4.1.1",
......@@ -4328,7 +4315,6 @@
"version": "1.4.0",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"wrappy": "1"
}
......@@ -4414,8 +4400,7 @@
"safe-buffer": {
"version": "5.1.2",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"safer-buffer": {
"version": "2.1.2",
......@@ -4451,7 +4436,6 @@
"version": "1.0.2",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
......@@ -4471,7 +4455,6 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
......@@ -4515,14 +4498,12 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"yallist": {
"version": "3.0.3",
"bundled": true,
"dev": true,
"optional": true
"dev": true
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment