diff --git a/pages.json b/pages.json
index 3cd8c20..e6ed518 100644
--- a/pages.json
+++ b/pages.json
@@ -19,7 +19,7 @@
"navigationStyle": "custom"
}
},
-
+
{
"path": "pages/M/M",
"style": {
@@ -222,13 +222,6 @@
"navigationStyle": "custom"
}
},
- {
- "path": "pages/detection/managelist",
- "style": {
- "navigationBarTitleText": "编辑列表",
- "navigationStyle": "custom"
- }
- },
{
"path": "pages/detection/detelist",
"style": {
@@ -243,13 +236,6 @@
"navigationStyle": "custom"
}
},
- {
- "path": "pages/detection/newsadd",
- "style": {
- "navigationBarTitleText": "发文",
- "navigationStyle": "custom"
- }
- },
{
"path": "pages/detection/detedetails",
@@ -308,4 +294,4 @@
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
-}
\ No newline at end of file
+}
diff --git a/pages/detection/detelisthygg.vue b/pages/detection/detelisthygg.vue
index 589389a..dd7349b 100644
--- a/pages/detection/detelisthygg.vue
+++ b/pages/detection/detelisthygg.vue
@@ -33,7 +33,7 @@
-
+
{{item.createTime.substring(0,item.createTime.length - 3)}}
@@ -49,18 +49,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -123,7 +123,7 @@
title: '没有下一页数据',
icon: 'none'
})
-
+
} else {
this.pageNum++
this.arrlist=[]
@@ -136,7 +136,7 @@
url: '/appInspection/news/listGfClass',
method: 'get'
})
-
+
this.typeList = typeRes.data
},
getfab() {
@@ -151,7 +151,7 @@
getback(){
uni.navigateBack({
delta:1,
- })
+ })
},
async getlistindex(){
//行业公告分类
@@ -179,8 +179,8 @@
this.arrlist = res.rows
}
let total = res.total
- this.totalPages = Math.ceil(total / this.pageSize);
-
+ this.totalPages = Math.ceil(total / this.pageSize);
+
},
getdetails(id){
uni.navigateTo({
@@ -204,9 +204,9 @@
url:'/pages/detection/managelist?type=hygg'
})
}
-
+
}
-
+
}
@@ -314,7 +314,7 @@
width: 100%;
height: 100%;
}
-
+
}
.t-right{
width: 60%;
@@ -323,7 +323,7 @@
font-size: 20px;
font-weight: bold;
color: #333333;
- white-space: nowrap;
+ white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -334,10 +334,10 @@
font-size: 16px;
font-weight: bold;
color: #5e5e5e;
- white-space: nowrap;
+ white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-
+
}
.t-zi{
font-size: 14px;
@@ -345,7 +345,7 @@
color: #666666;
overflow: hidden;
text-overflow: ellipsis;
- display: -webkit-box;
+ display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
@@ -418,6 +418,6 @@
border-style:solid;
border-width:2px;
font-size: 15px;
-
+
}
-
\ No newline at end of file
+
diff --git a/pages/detection/managelist.vue b/pages/detection/managelist.vue
deleted file mode 100644
index b3ac972..0000000
--- a/pages/detection/managelist.vue
+++ /dev/null
@@ -1,346 +0,0 @@
-
-
-
-
-
-
-
-
- 编辑
-
-
-
-
-
-
-
-
-
-
- {{item.newsTitle}}
-
-
-
-
-
-
- {{item.createTime}}
-
-
- 编辑
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/detection/newsadd.vue b/pages/detection/newsadd.vue
deleted file mode 100644
index 0249381..0000000
--- a/pages/detection/newsadd.vue
+++ /dev/null
@@ -1,434 +0,0 @@
-
-
-
-
-
-
-
- 发布
-
-
-
-
-
-
- * 标题
-
-
-
-
-
-
-
- * 封面图
-
- 请上传封面图片
-
-
-
-
-
-
-
-
-
-
- * 分类
-
-
- {{item.dictLabel}}
-
-
-
-
-
-
- 上传视频
-
- 请上传视频
-
-
-
-
-
-
- 发布文章
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file