ts-glitter 21.3.0 → 21.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lowcode/Entry.js +1 -1
- package/lowcode/Entry.ts +1 -1
- package/lowcode/backend-manager/bg-customer-message.js +660 -566
- package/lowcode/backend-manager/bg-customer-message.ts +1738 -1580
- package/lowcode/cms-plugin/customer-message-user.ts +2 -0
- package/lowcode/cms-plugin/shopping-setting-advance.js +1 -1
- package/lowcode/cms-plugin/shopping-setting-advance.ts +1 -1
- package/package.json +1 -1
|
@@ -357,6 +357,7 @@ export class CustomerMessageUser {
|
|
|
357
357
|
close?: () => void,
|
|
358
358
|
hideBar?: boolean
|
|
359
359
|
}) {
|
|
360
|
+
|
|
360
361
|
const gvc = cf.gvc;
|
|
361
362
|
const document = cf.document;
|
|
362
363
|
const css = String.raw;
|
|
@@ -400,6 +401,7 @@ export class CustomerMessageUser {
|
|
|
400
401
|
return ``;
|
|
401
402
|
}
|
|
402
403
|
return new Promise(async (resolve, reject) => {
|
|
404
|
+
|
|
403
405
|
const chatRoom = (
|
|
404
406
|
await Chat.getChatRoom({
|
|
405
407
|
page: 0,
|