diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue
index 616245f7..b698920f 100644
--- a/src/project/pidu/AppConversation/conversationDetail.vue
+++ b/src/project/pidu/AppConversation/conversationDetail.vue
@@ -1,6 +1,40 @@
-
+
+
+
+
+
+
+
2023-03-01至2023-03-10
+
+
+
+
+
+
+
+
@@ -9,21 +43,140 @@ export default {
name: "conversationDetail",
data() {
return {
-
+ tabList: [
+ {name: '全部'},
+ {name: '图片/视频'},
+ {name: '语音'},
+ {name: '文件'}
+ ],
+ currentTabs: 0,
+ barStyle: {
+ 'width': '24px',
+ 'height': '2px',
+ 'border-radius': '0',
+ 'bottom': '5px'
+ },
+ activeStyle: {
+ 'font-weight' : '400',
+ 'color': '#000000'
+ },
+ keyword: '',
+ list: [
+ {type: 0, content: '123全部全部全部全部全部全部全部全部全部全部全部全部'},
+ {type: 1, content: '123'},
+ {type: 0, content: '456'},
+ {type: 0, content: '123'},
+ {type: 1, content: '123'},
+ ]
};
},
onShow() {
document.title = '会话详情'
},
methods: {
-
+ change(index) {
+ this.keyword = ''
+ this.currentTabs = index
+ this.getListInit()
+ },
+ getListInit() {
+
+ },
},
};
\ No newline at end of file
diff --git a/src/project/pidu/AppConversation/img/fail-icon.png b/src/project/pidu/AppConversation/img/fail-icon.png
new file mode 100644
index 00000000..926e982c
Binary files /dev/null and b/src/project/pidu/AppConversation/img/fail-icon.png differ
diff --git a/src/project/pidu/AppGroupDetail/AppGroupDetail.vue b/src/project/pidu/AppGroupDetail/AppGroupDetail.vue
index 42cace88..cd06847f 100644
--- a/src/project/pidu/AppGroupDetail/AppGroupDetail.vue
+++ b/src/project/pidu/AppGroupDetail/AppGroupDetail.vue
@@ -54,7 +54,7 @@ export default {
background-color: #f5f5f5;
.bg-fff {
background-color: #fff;
- margin: 48px 0 52px 32px;
+ margin: 48px 32px 52px;
padding: 64px 32px 72px;
.group-info {
display: flex;