17
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user