This commit is contained in:
parent
2ab61d5296
commit
91fdcf3c1d
|
@ -260,14 +260,15 @@
|
||||||
this.$Request.postJson('/app/chat/insertChatConversation', data).then(res => {
|
this.$Request.postJson('/app/chat/insertChatConversation', data).then(res => {
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
let id = this.ordersId == res.data.userId ? res.data.focusedUserId : this.ordersId
|
let id = this.ordersId == res.data.userId ? res.data.focusedUserId : this.ordersId
|
||||||
uni.navigateTo({
|
|
||||||
url: '/pages/msg/im'
|
|
||||||
});
|
|
||||||
var list={
|
var list={
|
||||||
chatConversationId:res.data.chatConversationId,
|
chatConversationId:res.data.chatConversationId,
|
||||||
byUserId:res.data.userId
|
byUserId:res.data.userId
|
||||||
}
|
}
|
||||||
uni.setStorageSync('wbescokt',list)
|
uni.setStorageSync('wbescokt',list)
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/msg/im'
|
||||||
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue