个人微信版会话存档
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
component: "Detail",
|
component: "List",
|
||||||
params: {},
|
params: {},
|
||||||
include: [],
|
include: [],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
@click="leftClick(index)"
|
@click="leftClick(index)"
|
||||||
>
|
>
|
||||||
<div v-if="tabIndex == 1" class="flex-left">
|
<div v-if="tabIndex == 1" class="flex-left">
|
||||||
<img src="./img/group-img.png" alt="" />
|
<img :src="item.roomAvatar" alt="" />
|
||||||
<p>{{ item.roomName }}</p>
|
<p>{{ item.roomName }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex-left">
|
<div v-else class="flex-left">
|
||||||
@@ -476,7 +476,7 @@ export default {
|
|||||||
{ name: "文件", value: "file" },
|
{ name: "文件", value: "file" },
|
||||||
],
|
],
|
||||||
searchMsg: "",
|
searchMsg: "",
|
||||||
id: "LiuYe",
|
id: "", //YangFei
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@@ -511,7 +511,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
this.instance
|
this.instance
|
||||||
.post(`/app/appsessionarchiveindex/list`, null, {
|
.post(`/app/appsessionarchiveindex/listForXbot`, null, {
|
||||||
params: {
|
params: {
|
||||||
userId: this.id,
|
userId: this.id,
|
||||||
type: this.tabIndex,
|
type: this.tabIndex,
|
||||||
@@ -544,7 +544,7 @@ export default {
|
|||||||
".content-right-info"
|
".content-right-info"
|
||||||
).scrollHeight;
|
).scrollHeight;
|
||||||
this.instance
|
this.instance
|
||||||
.post(`/app/appsessionarchiveinfo/list`, null, {
|
.post(`/app/appsessionarchiveinfo/listForXbot`, null, {
|
||||||
params: {
|
params: {
|
||||||
userId: this.id,
|
userId: this.id,
|
||||||
type: this.tabIndex,
|
type: this.tabIndex,
|
||||||
|
|||||||
Reference in New Issue
Block a user