|
@@ -208,6 +208,15 @@
|
|
</cover-view>
|
|
</cover-view>
|
|
<cover-view class="bgd roomMaximumBgd" wx:if="{{roomMaximum}}"></cover-view>
|
|
<cover-view class="bgd roomMaximumBgd" wx:if="{{roomMaximum}}"></cover-view>
|
|
|
|
|
|
|
|
+ <cover-view class="dialog invitation-view single-btn" wx:if="{{roomDisMiss}}">
|
|
|
|
+ <cover-view class="title">温馨提示</cover-view>
|
|
|
|
+ <cover-view class="content">房间已被解散,暂时无法进入</cover-view>
|
|
|
|
+ <cover-view class="btns">
|
|
|
|
+ <button class="btn" bindtap="exitRoom">确定</button>
|
|
|
|
+ </cover-view>
|
|
|
|
+ </cover-view>
|
|
|
|
+ <cover-view class="bgd roomMaximumBgd" wx:if="{{roomDisMiss}}"></cover-view>
|
|
|
|
+
|
|
|
|
|
|
<cover-view class="dialog invitation-view" wx:if="{{showIsEnd}}">
|
|
<cover-view class="dialog invitation-view" wx:if="{{showIsEnd}}">
|
|
<cover-view class="title">温馨提示</cover-view>
|
|
<cover-view class="title">温馨提示</cover-view>
|