增加群相册功能,长按朋友圈文字可以复制

This commit is contained in:
cansnow
2026-01-20 18:09:59 +08:00
parent db99bebcb4
commit 37b53b54ff
15 changed files with 489 additions and 32 deletions
+10
View File
@@ -89,6 +89,16 @@
console.log(r);
this.updateCurrentMsg({});
})
//console.log(this.storeCurrentConversation)
if(process.env.NODE_ENV == 'development'){
// if(this.storeCurrentConversation.groupID){
// setTimeout(()=>{
// uni.navigateTo({
// url:"/pages/conversation/groupAlbum/groupAlbum?groupID="+this.storeCurrentConversation.groupID
// });
// },1000)
// }
}
},
watch:{
storeCurrentMsgID(nv,ov){