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.
@@ -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,
@@ -781,7 +781,7 @@ export class ShoppingSettingAdvance {
781
781
  },
782
782
  {
783
783
  key: 'designated',
784
- value: '指定物流',
784
+ value: '指定物流群組',
785
785
  },
786
786
  ].filter(item => {
787
787
  return !(item.key === 'designated' && dataList.length === 0);
@@ -857,7 +857,7 @@ export class ShoppingSettingAdvance {
857
857
  },
858
858
  {
859
859
  key: 'designated',
860
- value: '指定物流',
860
+ value: '指定物流群組',
861
861
  },
862
862
  ].filter(item => {
863
863
  return !(item.key === 'designated' && dataList.length === 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "21.3.0",
3
+ "version": "21.3.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {