xbx #97

Merged
theluyuan merged 3 commits from xbx into master 2020-08-03 02:36:50 +00:00
Showing only changes of commit 1da6974fe3 - Show all commits

View File

@ -72,6 +72,7 @@
</div>
</view>
</template>
<style lang="scss" scoped>
.infos{
height: 160rpx;
@ -312,6 +313,7 @@
flex-direction: column-reverse;
}
</style>
<script>
const ChatRoomService =require('../../static/chatservice');
export default {
@ -414,8 +416,8 @@ export default {
};
var room = {
id : a.rid + "",
name : a.rid + ""
id : "123",
name : "123"
};
console.log(room,currentUser)
//构造chatRoomService
@ -505,4 +507,4 @@ export default {
},
}
};
</script>
</script>