|
@@ -218,6 +218,17 @@
|
|
|
<cover-view class="bgd roomMaximumBgd" wx:if="{{roomDisMiss}}"></cover-view>
|
|
|
|
|
|
|
|
|
+
|
|
|
+ <cover-view class="dialog invitation-view single-btn" wx:if="{{unKnowError}}">
|
|
|
+ <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="{{unKnowError}}"></cover-view>
|
|
|
+
|
|
|
+
|
|
|
<cover-view class="dialog invitation-view" wx:if="{{showIsEnd}}">
|
|
|
<cover-view class="title">温馨提示</cover-view>
|
|
|
<cover-view class="content">一起逛已结束了,是否继续逛</cover-view>
|