diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue
index 64933aca..22d3608e 100644
--- a/src/components/Portal/interactBar.vue
+++ b/src/components/Portal/interactBar.vue
@@ -43,7 +43,7 @@
-
+
{{ data.views}}
diff --git a/src/icons/svg/browse.svg b/src/icons/svg/browse.svg
new file mode 100644
index 00000000..e941b0b0
--- /dev/null
+++ b/src/icons/svg/browse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue
index 672059fd..89d1fa56 100644
--- a/src/views/portal/case/Detail.vue
+++ b/src/views/portal/case/Detail.vue
@@ -19,7 +19,7 @@
部门:{{ authorInfo.orgInfo }}
{{ caseDetail.sysCreateTime.substring(0,10) }}
-
+
{{ caseDetail.summary }}
diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue
index e6e55c0a..8d267137 100644
--- a/src/views/portal/case/Index.vue
+++ b/src/views/portal/case/Index.vue
@@ -71,8 +71,8 @@
- 最热
- 最新
+ 最热
+ 最新
@@ -84,21 +84,31 @@
+
+
+
+
+
+
+
{{item.summary}}
@@ -234,9 +244,9 @@ export default {
word: function() {
if (this.showAll == false) {
//对文字进行处理
- return "展开搜索";
+ return "展开";
} else {
- return "收起搜索";
+ return "收起";
}
},
isMore() {
@@ -267,7 +277,7 @@ export default {
queryCondition:{
pageIndex:1,
pageSize:10,
- orderField:'',
+ orderField:'comments',
// breCommend:null,
keyWord:'',
majorType:null,//专业分类
@@ -749,7 +759,8 @@ export default {
}
}
.case-info-summary {
- height: 45px;
+ height: 60px;
+
line-height: 30px;
font-size: 15px;
color: #444444;