tplus-components-touch 3.54.15 → 3.54.16
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.
@@ -2346,14 +2346,14 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
2346
2346
|
|
2347
2347
|
pwdStatus = true;
|
2348
2348
|
|
2349
|
-
if (curmode.
|
2349
|
+
if (!(curmode.value > 0)) {
|
2350
|
+
pwdStatus = true;
|
2351
|
+
} else if (curmode.cardTypeEnum === 'BALANCE_CARD') {
|
2350
2352
|
if (!curmode.freePaymentPasswordStore) {
|
2351
2353
|
pwdStatus = false;
|
2352
2354
|
}
|
2353
|
-
} else {
|
2354
|
-
|
2355
|
-
pwdStatus = false;
|
2356
|
-
}
|
2355
|
+
} else if (curmode.isNeedPassword) {
|
2356
|
+
pwdStatus = false;
|
2357
2357
|
}
|
2358
2358
|
|
2359
2359
|
if (curmode.paymentType !== PayStyle.hyczk || pwdStatus) {
|