ts-glitter 20.4.8 → 20.4.9

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 CHANGED
@@ -144,7 +144,7 @@ export class Entry {
144
144
  }
145
145
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
146
146
  console.log(`Entry-time:`, window.renderClock.stop());
147
- glitter.share.editerVersion = 'V_20.4.8';
147
+ glitter.share.editerVersion = 'V_20.4.9';
148
148
  glitter.share.start = new Date();
149
149
  const vm = { appConfig: [] };
150
150
  window.saasConfig = {
package/lowcode/Entry.ts CHANGED
@@ -146,7 +146,7 @@ export class Entry {
146
146
  }
147
147
  (window as any).renderClock = (window as any).renderClock ?? createClock();
148
148
  console.log(`Entry-time:`, (window as any).renderClock.stop());
149
- glitter.share.editerVersion = 'V_20.4.8';
149
+ glitter.share.editerVersion = 'V_20.4.9';
150
150
  glitter.share.start = new Date();
151
151
  const vm = { appConfig: [] };
152
152
  (window as any).saasConfig = {
@@ -4540,8 +4540,6 @@ export class ShoppingOrderManager {
4540
4540
  passData.orderStatus = 1;
4541
4541
  delete passData.tag;
4542
4542
  passData.line_items = passData.lineItems;
4543
- console.log("passData -- ", passData);
4544
- return;
4545
4543
  dialog.dataLoading({ visible: true });
4546
4544
  if (checkOrderEmpty(passData)) {
4547
4545
  ApiShop.toManualCheckout(passData).then(() => {
@@ -4887,8 +4887,7 @@ export class ShoppingOrderManager {
4887
4887
  passData.orderStatus = 1;
4888
4888
  delete passData.tag;
4889
4889
  passData.line_items = passData.lineItems;
4890
- console.log("passData -- " , passData);
4891
- return
4890
+
4892
4891
  dialog.dataLoading({ visible: true });
4893
4892
  if (checkOrderEmpty(passData)) {
4894
4893
  ApiShop.toManualCheckout(passData).then(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "20.4.8",
3
+ "version": "20.4.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {