ts-glitter 17.4.4 → 17.4.5
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
|
@@ -89,7 +89,7 @@ export class Entry {
|
|
|
89
89
|
}
|
|
90
90
|
window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : clockF();
|
|
91
91
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
92
|
-
glitter.share.editerVersion = 'V_17.4.
|
|
92
|
+
glitter.share.editerVersion = 'V_17.4.5';
|
|
93
93
|
glitter.share.start = new Date();
|
|
94
94
|
const vm = {
|
|
95
95
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -90,7 +90,7 @@ export class Entry {
|
|
|
90
90
|
}
|
|
91
91
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
92
92
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
93
|
-
glitter.share.editerVersion = 'V_17.4.
|
|
93
|
+
glitter.share.editerVersion = 'V_17.4.5';
|
|
94
94
|
glitter.share.start = new Date();
|
|
95
95
|
const vm: {
|
|
96
96
|
appConfig: any;
|
|
@@ -2395,7 +2395,6 @@ export class CheckoutIndex {
|
|
|
2395
2395
|
}).then((res) => {
|
|
2396
2396
|
var _a, _b, _c;
|
|
2397
2397
|
dialog.dataLoading({ visible: false });
|
|
2398
|
-
return;
|
|
2399
2398
|
if (vm.cartData.customer_info.payment_select == 'paynow') {
|
|
2400
2399
|
if (!((_c = (_b = (_a = res.response) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.result) === null || _c === void 0 ? void 0 : _c.secret)) {
|
|
2401
2400
|
return "paynow API失敗";
|
|
@@ -2517,7 +2517,6 @@ export class CheckoutIndex {
|
|
|
2517
2517
|
give_away: apiCart.cart.give_away,
|
|
2518
2518
|
}).then((res) => {
|
|
2519
2519
|
dialog.dataLoading({ visible: false });
|
|
2520
|
-
return
|
|
2521
2520
|
if (vm.cartData.customer_info.payment_select == 'paynow'){
|
|
2522
2521
|
if (!res.response?.data?.result?.secret){
|
|
2523
2522
|
return "paynow API失敗"
|