增加群相册功能,长按朋友圈文字可以复制
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user