优化页面
This commit is contained in:
1
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=e.defineComponent({__name:"index",props:["isGroup"],emits:["openGroupManagement"],setup(t,{emit:n}){const o=e.ref(),a=e.ref(!1),u=t=>{var n;null==(n=e.i)||n.setNavigationBarTitle({title:t||"云通信 IM"})};function r(e){var t;o.value=e,a.value||u(null==(t=null==o?void 0:o.value)?void 0:t.getShowName())}function i(t){var n;a.value=t,a.value?u(e.Wt.t("TUIChat.对方正在输入")):u(null==(n=o.value)?void 0:n.getShowName())}return e.onMounted((()=>{e.Jt.watch(e.o.CONV,{currentConversation:r}),e.Jt.watch(e.o.CHAT,{typingStatus:i})})),e.onUnmounted((()=>{e.Jt.unwatch(e.o.CONV,{currentConversation:r}),e.Jt.unwatch(e.o.CHAT,{typingStatus:i})})),e.onLoad((()=>{var e;u(null==(e=o.value)?void 0:e.getShowName())})),(e,t)=>({})}});wx.createComponent(t);
|
||||
4
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.json
vendored
Normal file
4
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view style="display:none"/>
|
||||
0
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.wxss
vendored
Normal file
0
unpackage/dist/build/mp-weixin/TUIKit/components/TUIChat/chat-header/index.wxss
vendored
Normal file
Reference in New Issue
Block a user