优化页面
This commit is contained in:
@@ -37,9 +37,7 @@ const _sfc_main$4 = /* @__PURE__ */ common_vendor.defineComponent({
|
||||
TUIKit_components_TUIChat_entryChatOnly.initChat(options);
|
||||
try {
|
||||
myitem.value = JSON.parse(options.myitem);
|
||||
common_vendor.index.__f__("log", "at TUIKit/components/TUIChat/index.vue:124", myitem.value);
|
||||
youritem.value = JSON.parse(options.youritem);
|
||||
common_vendor.index.__f__("log", "at TUIKit/components/TUIChat/index.vue:126", youritem.value);
|
||||
counter.$patch({ youritem: youritem.value });
|
||||
setTimeout(() => {
|
||||
sendCustomMessage(myitem.value, youritem.value);
|
||||
@@ -103,7 +101,6 @@ const _sfc_main$4 = /* @__PURE__ */ common_vendor.defineComponent({
|
||||
}).then((res) => {
|
||||
var _a, _b, _c, _d, _e;
|
||||
if (res.code === 200) {
|
||||
common_vendor.index.__f__("log", "at TUIKit/components/TUIChat/index.vue:203", "发送成功", res.data);
|
||||
const keyid = components_generateMsgId.generateMsgId();
|
||||
const payload = {
|
||||
data: JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user