diff --git a/src/components/common/tail.vue b/src/components/common/tail.vue index bd665ae..cfd5fba 100644 --- a/src/components/common/tail.vue +++ b/src/components/common/tail.vue @@ -7,7 +7,7 @@
- {{ characters == 1 ? "关注我们" : "follow Us" }} + {{ characters == 1 ? '关注我们' : 'follow Us' }}
@@ -19,7 +19,7 @@
- {{ characters == 1 ? "联系我们" : "Contact us" }} + {{ characters == 1 ? '联系我们' : 'Contact us' }}
@@ -44,7 +44,7 @@ >
- {{ characters == 1 ? "提交" : "Submit" }} + {{ characters == 1 ? '提交' : 'Submit' }}
@@ -53,8 +53,8 @@
{{ characters == 1 - ? "北京市海淀区中关村南大街12号农业科学院信息楼311室" - : "311, Information Building, Academy of Agricultural Sciences, No. 12 Zhongguancun South Street, Haidian District, Beijing" + ? '北京市海淀区中关村南大街12号农业科学院信息楼311室' + : '311, Information Building, Academy of Agricultural Sciences, No. 12 Zhongguancun South Street, Haidian District, Beijing' }}
@@ -75,73 +75,75 @@
- © 2021 Copyright 北京邃芒科技有限公司 版权所有 京ICP备2021007416号 + + © 2021 Copyright 北京邃芒科技有限公司 版权所有 + 京ICP备2023005136号-1