@@ -147,6 +147,7 @@ Page({
reload: true,
hideWebView: false,
debugerInfo: JSON.stringify({
+ userId: socketOptions.userId,
roomId: socketOptions.roomId,
role: socketOptions.role,
assistantId: socketOptions.assistantId
@@ -247,7 +247,7 @@
</cover-view>
- <cover-view style="position: fixed; font-size:12px; background-color: rgba(0,0,0,0.5); color: #fff;white-space:pre-wrap;z-index:989999" wx:if="{{debugerInfo}}">
+ <cover-view style="position: fixed; font-size:10px; background-color: rgba(0,0,0,0.5); color: #fff;white-space:pre-wrap;z-index:989999" wx:if="{{debugerInfo}}">
{{debugerInfo}}
<cover-view bindtap="clearDebuger">清除</cover-view>