+
{{banner.title}}
@@ -58,7 +62,7 @@
@@ -74,7 +78,7 @@
- {{party.party_name}}
+ {{party.party_name}}
@@ -202,7 +206,7 @@ export default {
computed: {},
watch: {},
methods: {
- link(href){
+ link(href) {
window.location.href = href
},
initSwiper() {
@@ -252,9 +256,9 @@ export default {
}).then(res => {
if (res.data.code === 200) {
_this.bgData = res.data.data
- _this.$nextTick(() => { //修改数据之后立即使用这个方法,获取更新后的 DOM
- _this.initSwiper()
- })
+ _this.$nextTick(() => { //修改数据之后立即使用这个方法,获取更新后的 DOM
+ _this.initSwiper()
+ })
} else {
_this.$message.error('请求数据有问题!')
}
@@ -279,16 +283,16 @@ export default {
height: auto !important;
}
-.more{
- cursor: pointer!important;
+.more {
+ cursor: pointer !important;
}
-li{
- a:hover{
- color:cornflowerblue !important;
+li {
+ a:hover {
+ color: cornflowerblue !important;
}
- span:hover{
- color:cornflowerblue !important;
+ span:hover {
+ color: cornflowerblue !important;
}
}
@@ -410,6 +414,7 @@ li{
justify-content: space-between;
border-bottom: 1px solid #f8f8f8;
border-top: 1px solid #f8f8f8;
+ background-color: #ffffff;
&:nth-last-child(1) {
border-bottom: 0px solid #f8f8f8;
diff --git a/src/views/home/NewsDetails.vue b/src/views/home/NewsDetails.vue
index bbfa7c1..adbba51 100644
--- a/src/views/home/NewsDetails.vue
+++ b/src/views/home/NewsDetails.vue
@@ -5,7 +5,7 @@
-
-
+
-
-
+
-
{{hotArticle.title}}
@@ -67,6 +67,7 @@ export default {
coll: Number,
imgUrl: {
img4: require("../../../static/img/img4.png"),
+ moren: require("../../../static/img/default.jpg"),
img5: require("../../../static/img/img5.png"),
wjx: require("../../../static/img/wjx.png")
},
diff --git a/src/views/home/NewsList.vue b/src/views/home/NewsList.vue
index 2fb67d1..faa85fb 100644
--- a/src/views/home/NewsList.vue
+++ b/src/views/home/NewsList.vue
@@ -112,7 +112,8 @@ export default {
},
mounted() { },
destroyed() {
- localStorage.clear()
+ localStorage.setItem('pagination', this.currentPage)
+ localStorage.setItem('getType', this.getType)
}
};
diff --git a/src/views/personal/Declare.vue b/src/views/personal/Declare.vue
index bd9384a..6e83a05 100644
--- a/src/views/personal/Declare.vue
+++ b/src/views/personal/Declare.vue
@@ -6,8 +6,8 @@
- 世界婚博会已通过初审
-
+ {{bgValue.announcement.name + bgValue.announcement.pro_content}}
+
@@ -51,9 +51,9 @@
-