IM测试,下一步页面调整

This commit is contained in:
2022-01-18 16:31:01 +08:00
parent e85b9c2c0d
commit 070c6c729e
10 changed files with 326 additions and 30 deletions

View File

@@ -1,8 +1,21 @@
<template>
</template>
<template>
<div>
好友资料
<u-button @click="toPrivate">发送消息</u-button>
</div>
</template>
<script>
</script>
<style>
export default {
methods: {
toPrivate() {
uni.navigateTo({
url: '/pages/im/private/index?targetId=10047&conversationType=1'
})
}
}
}
</script>
<style>
</style>