This commit is contained in:
cansnow
2025-12-23 00:18:46 +08:00
parent 59d1ba9a7e
commit f49f1f1ad1
54 changed files with 25338 additions and 333 deletions
+6 -12
View File
@@ -60,7 +60,7 @@
};
},
computed: {
...mapGetters(["storeConversationList", "storeIsSyncing", "storeProgress"]),
...mapGetters(["storeConversationList", "storeIsSyncing", "storeProgress",'storeCurrentUserID']),
},
onReady() {
// #ifdef APP
@@ -72,19 +72,13 @@
this._freshing = false;
this.triggered = true;
setTimeout(()=>{
// uni.navigateTo({
// //url:'/pages/workbench/friend-circle/friend-circle',
// url:'/pages/common/map',
// events: {
// onConfirm(res) {
// console.log(res);
// }
// }
// })
// uni.switchTab({
// url:"/pages/profile/index/index"
// url:"/pages/user/index/index"
// })
prepareConversationState(this.storeConversationList[1]);
uni.navigateTo({
url:"/pages/user/vip/vip"
});
//prepareConversationState(this.storeConversationList[2]);
},1000)
},
methods: {