修复 #186
@ -29,7 +29,7 @@
|
|||||||
<!-- <image class="liketap" src="../../static/like.png" @click=""> -->
|
<!-- <image class="liketap" src="../../static/like.png" @click=""> -->
|
||||||
|
|
||||||
<view class="danmuinputbox" v-if="danmu">
|
<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">
|
<input type="text" focus="true" style="width:600rpx;margin-left:30rpx;font-size:26rpx" maxlength="20" @blur="danmu=false" :focus="danmu" v-model="danmutext">
|
||||||
<view class="danmufasong" @click="sendMessage(room.MessageType.CHAT,danmutext)">
|
<view class="danmufasong" @click="sendMessage(room.MessageType.CHAT,danmutext)">
|
||||||
<text style="font-size:24rpx;color:#fff">发送</text>
|
<text style="font-size:24rpx;color:#fff">发送</text>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
Reference in New Issue
Block a user