直播
This commit is contained in:
parent
bd996de410
commit
1da6974fe3
@ -72,6 +72,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.infos{
|
.infos{
|
||||||
height: 160rpx;
|
height: 160rpx;
|
||||||
@ -312,6 +313,7 @@
|
|||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const ChatRoomService =require('../../static/chatservice');
|
const ChatRoomService =require('../../static/chatservice');
|
||||||
export default {
|
export default {
|
||||||
@ -414,8 +416,8 @@ export default {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var room = {
|
var room = {
|
||||||
id : a.rid + "",
|
id : "123",
|
||||||
name : a.rid + ""
|
name : "123"
|
||||||
};
|
};
|
||||||
console.log(room,currentUser)
|
console.log(room,currentUser)
|
||||||
//构造chatRoomService
|
//构造chatRoomService
|
||||||
|
Loading…
Reference in New Issue
Block a user