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