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

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
@@ -77,15 +77,15 @@
//console.log(this.storeConversationList);
this.freshing = false;
if(process.env.NODE_ENV == 'development'){
// setTimeout(()=>{
// // uni.switchTab({
// // url:"/pages/user/index/index"
// // })
// // uni.navigateTo({
// // url:"/pages/user/vip/vip"
// // });
// //prepareConversationState(this.storeConversationList[1]);
// },1000)
setTimeout(()=>{
// uni.switchTab({
// url:"/pages/user/index/index"
// })
// uni.navigateTo({
// url:"/pages/conversation/groupAlbum/groupAlbum?groupID=1731702760"
// });
//prepareConversationState(this.storeConversationList[0]);
},1000)
}
},
methods: {