Commit 7493fe44 by 刘泽奇

123

parents 5d0717b8 d15089a9
...@@ -497,7 +497,8 @@ ...@@ -497,7 +497,8 @@
<div id="app" v-loading="loading" class="app-main" style="visibility: hidden" @mouseover="hidePanel($event)"> <div id="app" v-loading="loading" class="app-main" style="visibility: hidden" @mouseover="hidePanel($event)">
<div id="app-header"> <div id="app-header">
<div :class="isfront ? 'header-main' : 'header-main-houtai'"> <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;" <div class="header-main-title1" style="margin-left:11px;"
v-if="companyinfo.company.siteTheme == 'policy'"> v-if="companyinfo.company.siteTheme == 'policy'">
<el-popover placement="bottom-start" width="511" trigger="hover"> <el-popover placement="bottom-start" width="511" trigger="hover">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -555,8 +555,9 @@ var app = new Vue({ ...@@ -555,8 +555,9 @@ var app = new Vue({
if (item == "declare") { if (item == "declare") {
this.stageType = false; this.stageType = false;
this.pushx({ this.pushx({
title: "政策资讯", title: "申报通知",
name: "/declare" name: "/declare",
params: { name: '申报通知' }
}); });
return false; return false;
} }
...@@ -564,7 +565,8 @@ var app = new Vue({ ...@@ -564,7 +565,8 @@ var app = new Vue({
this.stageType = false; this.stageType = false;
this.pushx({ this.pushx({
title: "立项公示", title: "立项公示",
name: "/projectpublicity" name: "/projectpublicity",
params: { name: '立项公示' }
}); });
return false; return false;
} }
...@@ -572,7 +574,8 @@ var app = new Vue({ ...@@ -572,7 +574,8 @@ var app = new Vue({
this.stageType = false; this.stageType = false;
this.pushx({ this.pushx({
title: "管理办法", title: "管理办法",
name: "/managementmeasures" name: "/managementmeasures",
params: { name: '管理办法' }
}); });
return false; return false;
} }
...@@ -1042,8 +1045,10 @@ var app = new Vue({ ...@@ -1042,8 +1045,10 @@ var app = new Vue({
} }
}, },
backhome() { backhome(name) {
if (name == 'policyShop') {
return window.open( location.protocol+ "?paramtheme=policy#/");
}
this.pushx({ this.pushx({
title: "首页", title: "首页",
name: "/" name: "/"
...@@ -1403,7 +1408,8 @@ var app = new Vue({ ...@@ -1403,7 +1408,8 @@ var app = new Vue({
if (k == "declare") { if (k == "declare") {
this.pushx({ this.pushx({
title: "政策资讯", title: "政策资讯",
name: "/declare" name: "/declare",
params: { name: '申报通知' }
}); });
} }
if (k == "policybigdata") { if (k == "policybigdata") {
......
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
<div class="policylist-tile"  style="margin-top: 15px;"> <div class="policylist-tile"  style="margin-top: 15px;">
<div class="policyquery-items"> <div class="policyquery-items">
<div class="items_item" :style="headerHeight1 ? \'height:45px\' : \'height:auto\'"> <div class="items_item" :style="headerHeight1 ? \'height:45px\' : \'height:auto\'">
<div :class="quanbu ? \'\':\'pitch\'" @click="quanClick1()">申报通知({{total}})</div> <div :class="quanbu == item.title ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)">
<div :class="quanbu == item ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)"> {{item.title}}</div>
{{item}}</div>
</div> </div>
</div> </div>
...@@ -180,7 +179,7 @@ ...@@ -180,7 +179,7 @@
<div class="shuju2" style="margin-left: 19px;"> <div class="shuju2" style="margin-left: 19px;">
<el-carousel :interval="5000" arrow="never" height="200px"> <el-carousel :interval="5000" arrow="never" height="200px">
<el-carousel-item v-for="item in loopplays" style="height:100%;cursor: pointer;"> <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-item>
</el-carousel> </el-carousel>
</div> </div>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div style="width:100%;margin: 0 auto;"> <div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b"> <div style="z-index:1;position:relative;background-color:#31373b">
<img style="width:100%;height:auto" :src="loginUrl" /> <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="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span> <span class="shujuzi">政策大数据服务平台</span>
</div> </div>
......
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
<div class="policylist-tile"  style="margin-top: 15px;"> <div class="policylist-tile"  style="margin-top: 15px;">
<div class="policyquery-items"> <div class="policyquery-items">
<div class="items_item" :style="headerHeight1 ? \'height:45px\' : \'height:auto\'"> <div class="items_item" :style="headerHeight1 ? \'height:45px\' : \'height:auto\'">
<div :class="quanbu ? \'\':\'pitch\'" @click="quanClick1()">立项公示({{total}})</div> <div :class="quanbu == item.title ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)">
<div :class="quanbu == item ? \'pitch\' : \'\'" v-for="item in quanData1" @click="quanClick1(item)"> {{item.title}}</div>
{{item.title}}({{item.count}})</div>
</div> </div>
</div> </div>
...@@ -175,7 +174,7 @@ ...@@ -175,7 +174,7 @@
<div class="shuju2" style="margin-left: 19px;"> <div class="shuju2" style="margin-left: 19px;">
<el-carousel :interval="5000" arrow="never" height="200px"> <el-carousel :interval="5000" arrow="never" height="200px">
<el-carousel-item v-for="item in loopplays" style="height:100%;cursor: pointer;"> <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-item>
</el-carousel> </el-carousel>
</div> </div>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div style="width:100%;margin: 0 auto;"> <div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b"> <div style="z-index:1;position:relative;background-color:#31373b">
<img style="width:100%;height:auto" :src="loginUrl" /> <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="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span> <span class="shujuzi">政策大数据服务平台</span>
</div> </div>
......
<div class="snbscription"> <div class="snbscription" @click="payClick()">
<img src="/imgs/server.png" alt=""> <img src="/imgs/server.png" alt="">
<button class="btn1" @click="payClick()">马上订阅</button>
<button class="btn2" @click="payClick()">马上订阅</button>
</div> </div>
\ No newline at end of file
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