ts-glitter 14.3.7 → 14.3.8

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
@@ -70,7 +70,7 @@ export class Entry {
70
70
  }
71
71
  window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
72
72
  console.log(`Entry-time:`, window.renderClock.stop());
73
- glitter.share.editerVersion = 'V_14.3.7';
73
+ glitter.share.editerVersion = 'V_14.3.8';
74
74
  glitter.share.start = new Date();
75
75
  const vm = {
76
76
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -73,7 +73,7 @@ export class Entry {
73
73
  }
74
74
  (window as any).renderClock = (window as any).renderClock ?? clockF();
75
75
  console.log(`Entry-time:`, (window as any).renderClock.stop());
76
- glitter.share.editerVersion = 'V_14.3.7';
76
+ glitter.share.editerVersion = 'V_14.3.8';
77
77
  glitter.share.start = new Date();
78
78
  const vm: {
79
79
  appConfig: any;
@@ -3226,7 +3226,6 @@ export class CheckoutIndex {
3226
3226
  }
3227
3227
  });
3228
3228
  }
3229
- alert(JSON.stringify(subData));
3230
3229
  if (subData['shipment'] === 'normal' && (!subData['address'] || subData['address'] === '')) {
3231
3230
  widget.event('error', { title: '請輸入「配送地址」' });
3232
3231
  }
@@ -3359,7 +3359,6 @@ function getBadgeClass(){
3359
3359
  }
3360
3360
  })
3361
3361
  }
3362
- alert(JSON.stringify(subData))
3363
3362
  if (subData['shipment'] === 'normal' && (!subData['address'] || subData['address'] === '')) {
3364
3363
  widget.event('error', {title: '請輸入「配送地址」'});
3365
3364
  } else if (subData['shipment'] === 'normal' && !checkAddressPattern(subData['address'])) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "14.3.7",
3
+ "version": "14.3.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {