diff --git a/dist.zip b/dist.zip
deleted file mode 100644
index c78b3e8..0000000
Binary files a/dist.zip and /dev/null differ
diff --git a/src/assets/components/Header.vue b/src/assets/components/Header.vue
index 19e40b6..750a41d 100644
--- a/src/assets/components/Header.vue
+++ b/src/assets/components/Header.vue
@@ -85,7 +85,7 @@ export default {
background url("~@/assets/images/email.png") no-repeat left center
.nav
padding 10px 20px
- background #fff
+ background rgba(255,255,255,0.6)
border-radius 10px
&:after
content ''
diff --git a/src/assets/images/no-data.png b/src/assets/images/no-data.png
new file mode 100644
index 0000000..4947c4e
Binary files /dev/null and b/src/assets/images/no-data.png differ
diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue
index 5958830..be273a4 100644
--- a/src/pages/Index/Index.vue
+++ b/src/pages/Index/Index.vue
@@ -34,24 +34,24 @@
-
-
-
- - 网站首页
- 信息公告
-
- 关于我们
-
- 公司简介
- 公司荣誉
-
-
- 政策法规
- 联系我们
- 职位招聘
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -226,7 +226,7 @@ export default {
.logo
width 1200px
margin 0 auto
- background #fff
+ background rgba(255,255,255,0.6)
padding 10px 20px
box-sizing border-box
border-radius 10px
diff --git a/src/pages/InfoPublic/InfoPublic.vue b/src/pages/InfoPublic/InfoPublic.vue
index 38f816d..e3530fb 100644
--- a/src/pages/InfoPublic/InfoPublic.vue
+++ b/src/pages/InfoPublic/InfoPublic.vue
@@ -32,7 +32,7 @@
-
+
-

@@ -183,6 +186,11 @@ export default {
padding 30px
border-radius 10px
box-shadow 0 0 17px #DEDEDE
+.no-data
+ padding 200px 0
+ text-align center
+ img
+ width 200px
.banner, .banner img
width 100%
height 400px
diff --git a/src/pages/Policy/Policy.vue b/src/pages/Policy/Policy.vue
index c5ba7e1..45a7035 100644
--- a/src/pages/Policy/Policy.vue
+++ b/src/pages/Policy/Policy.vue
@@ -26,7 +26,7 @@
-
+
-
+
+
@@ -95,13 +101,13 @@ export default {
},
lawList: [],
isLoading: false,
- coverPhoto: ''
+ coverPhoto: '',
}
},
methods: {
dosearch: function () {
this.page.page = 1
- this.getList()
+ this.getLawList()
},
goDetail: function (link, url, type, outlink) {
if (type === '6') {
@@ -136,6 +142,7 @@ export default {
},
},
mounted() {
+ var self = this
this.getLawList()
this.getBoxIntro()
laydate.render({
@@ -165,6 +172,11 @@ export default {
padding 30px
border-radius 10px
box-shadow 0 0 17px #DEDEDE
+.no-data
+ padding 200px 0
+ text-align center
+ img
+ width 200px
.banner, .banner img
width 100%
height 400px