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({
if (k == "declare") {
this.pushx({
title: "政策资讯",
name: "/declare"
name: "/declare",
params: { name: '申报通知' }
});
}
if (k == "policybigdata") {
......
......@@ -179,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>
......
......@@ -495,7 +495,14 @@
}).catch(function (e) {
console.log(`操作失败,请刷新页面后重新操作`);
});
}
},
payClick(){
console.log(1231231231232);
this.$root.pushx({
title: "政策订阅",
name: "/subscription"
});
}
},
mounted: function() {
$("#footer").show();
......
......@@ -43,7 +43,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>
......
......@@ -493,6 +493,13 @@
}).catch(function (e) {
console.log(`操作失败,请刷新页面后重新操作`);
});
},
payClick(){
console.log(1231231231232);
this.$root.pushx({
title: "政策订阅",
name: "/subscription"
});
}
},
mounted: function() {
......
......@@ -174,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>
......
......@@ -494,6 +494,13 @@
}).catch(function (e) {
console.log(`操作失败,请刷新页面后重新操作`);
});
},
payClick(){
console.log(1231231231232);
this.$root.pushx({
title: "政策订阅",
name: "/subscription"
});
}
},
mounted: function() {
......@@ -504,8 +511,8 @@
this.areaName = localStorage.getItem("areaName");
this.zcPost();
this.zccompanyPost();
console.log(this.$route.query.name,'======================');
if(this.$route.query.name!=""){
console.log(this.$route.query.name, '======================');
if (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