Commit cf711d41 by haozhenhua

hzh

parent 093ab494
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1408,7 +1408,8 @@ var app = new Vue({ ...@@ -1408,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") {
......
...@@ -179,7 +179,7 @@ ...@@ -179,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>
......
...@@ -495,7 +495,14 @@ ...@@ -495,7 +495,14 @@
}).catch(function (e) { }).catch(function (e) {
console.log(`操作失败,请刷新页面后重新操作`); console.log(`操作失败,请刷新页面后重新操作`);
}); });
} },
payClick(){
console.log(1231231231232);
this.$root.pushx({
title: "政策订阅",
name: "/subscription"
});
}
}, },
mounted: function() { mounted: function() {
$("#footer").show(); $("#footer").show();
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,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>
......
...@@ -493,6 +493,13 @@ ...@@ -493,6 +493,13 @@
}).catch(function (e) { }).catch(function (e) {
console.log(`操作失败,请刷新页面后重新操作`); console.log(`操作失败,请刷新页面后重新操作`);
}); });
},
payClick(){
console.log(1231231231232);
this.$root.pushx({
title: "政策订阅",
name: "/subscription"
});
} }
}, },
mounted: function() { mounted: function() {
......
...@@ -174,7 +174,7 @@ ...@@ -174,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>
......
...@@ -494,6 +494,13 @@ ...@@ -494,6 +494,13 @@
}).catch(function (e) { }).catch(function (e) {
console.log(`操作失败,请刷新页面后重新操作`); console.log(`操作失败,请刷新页面后重新操作`);
}); });
},
payClick(){
console.log(1231231231232);
this.$root.pushx({
title: "政策订阅",
name: "/subscription"
});
} }
}, },
mounted: function() { mounted: function() {
...@@ -504,8 +511,8 @@ ...@@ -504,8 +511,8 @@
this.areaName = localStorage.getItem("areaName"); this.areaName = localStorage.getItem("areaName");
this.zcPost(); this.zcPost();
this.zccompanyPost(); this.zccompanyPost();
console.log(this.$route.query.name,'======================'); console.log(this.$route.query.name, '======================');
if(this.$route.query.name!=""){ if (this.$route.query.name != "") {
this.quanbu = this.$route.query.name; this.quanbu = this.$route.query.name;
} }
}, },
......
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