Update index.vue
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
import IMSDK from "openim-uniapp-polyfill";
|
||||
import ChatHeader from "./components/ChatHeader.vue";
|
||||
import ConversationItem from "./components/ConversationItem.vue";
|
||||
import {getConversationContent,formatConversionTime,prepareConversationState,} from "@/util/imCommon";
|
||||
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -69,12 +71,21 @@
|
||||
//console.log(this.storeConversationList);
|
||||
this._freshing = false;
|
||||
this.triggered = true;
|
||||
// setTimeout(()=>{
|
||||
setTimeout(()=>{
|
||||
// uni.navigateTo({
|
||||
// //url:'/pages/workbench/friend-circle/friend-circle',
|
||||
// url:'/pages/common/scan',
|
||||
// url:'/pages/common/map',
|
||||
// events: {
|
||||
// onConfirm(res) {
|
||||
// console.log(res);
|
||||
// }
|
||||
// }
|
||||
// })
|
||||
// },1000)
|
||||
uni.switchTab({
|
||||
url:"/pages/profile/index/index"
|
||||
})
|
||||
//prepareConversationState(this.storeConversationList[0]);
|
||||
},1000)
|
||||
},
|
||||
methods: {
|
||||
test(){
|
||||
|
||||
Reference in New Issue
Block a user