ts-glitter 13.8.846 → 13.8.847

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_13.8.846';
73
+ glitter.share.editerVersion = 'V_13.8.847';
74
74
  glitter.share.start = new Date();
75
75
  const vm = {
76
76
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -71,7 +71,7 @@ export class Entry {
71
71
  }
72
72
  (window as any).renderClock = (window as any).renderClock ?? clockF();
73
73
  console.log(`Entry-time:`, (window as any).renderClock.stop());
74
- glitter.share.editerVersion = 'V_13.8.846';
74
+ glitter.share.editerVersion = 'V_13.8.847';
75
75
  glitter.share.start = new Date();
76
76
  const vm: {
77
77
  appConfig: any;
@@ -333,6 +333,7 @@ height: 51px;
333
333
  dialog.errorMessage({ text: '查無此會員' });
334
334
  }
335
335
  else {
336
+ dialog.dataLoading({ visible: false });
336
337
  OrderDetail.singleInstance.user_info.email = user.response.userData.email;
337
338
  gvc.notifyDataChange(['checkout-page']);
338
339
  }
@@ -379,6 +379,7 @@ height: 51px;
379
379
  if (!user.response || !user.response.account) {
380
380
  dialog.errorMessage({text: '查無此會員'});
381
381
  } else {
382
+ dialog.dataLoading({visible:false})
382
383
  OrderDetail.singleInstance.user_info.email = user.response.userData.email;
383
384
  gvc.notifyDataChange(['checkout-page'])
384
385
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "13.8.846",
3
+ "version": "13.8.847",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {