一部分完成
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<image src="../../static/danmu.png" class="danmubianji"></image>
|
||||
<text style="font-size:26rpx;color:#fff;margin-left:20rpx">{{ $store.state.hasLogin ? '想说点什么' : '请先登录'}}</text>
|
||||
</view>
|
||||
<image class="liketap" src="../../static/like.png" @click="">
|
||||
<!-- <image class="liketap" src="../../static/like.png" @click=""> -->
|
||||
|
||||
<view class="danmuinputbox" v-if="danmu">
|
||||
<input type="text" focus="true" style="width:600rpx;margin-left:30rpx;font-size:26rpx" maxlength="20" @blur="danmu=false" v-model="danmutext">
|
||||
@@ -86,7 +86,7 @@
|
||||
.shopimg{
|
||||
width: 160rpx;
|
||||
height: 160rpx;
|
||||
background-color: #0f0;
|
||||
// background-color: #0f0;
|
||||
|
||||
|
||||
}
|
||||
@@ -158,7 +158,9 @@
|
||||
height: 46rpx;
|
||||
position: fixed;
|
||||
bottom: 36rpx;
|
||||
right: 154rpx;
|
||||
// right: 154rpx;
|
||||
right: 54rpx;
|
||||
|
||||
}
|
||||
.hottext{
|
||||
font-size: 20rpx;
|
||||
@@ -275,7 +277,7 @@
|
||||
left: 0;
|
||||
width: 308rpx;
|
||||
height: 58rpx;
|
||||
background-color: #0f0;
|
||||
background-color: #000;
|
||||
opacity: 0.4;
|
||||
border-radius: 29rpx;
|
||||
}
|
||||
@@ -460,7 +462,8 @@ export default {
|
||||
content : content
|
||||
}
|
||||
this.chatRoomService.sendMessages(this.room.id, message);
|
||||
this.danmutext = ""
|
||||
this.danmutext = ""
|
||||
this.danmu = false
|
||||
},
|
||||
whenNewMessage (message) {//新消息监听
|
||||
// if(message.type == this.room.MessageType.PROP){
|
||||
|
||||
Reference in New Issue
Block a user