tplus-components-touch 3.26.13 → 3.26.14
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.
|
@@ -2290,8 +2290,14 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
2290
2290
|
_enumController$getEn22 = _mutantsUtil.enumController.getEnumOj(), PayStyle = _enumController$getEn22.PayStyle;
|
|
2291
2291
|
|
|
2292
2292
|
if (curmode.paymentType === PayStyle.hyczk) {
|
|
2293
|
-
if (curmode.cardTypeEnum === 'BALANCE_CARD'
|
|
2294
|
-
promises.push(that.inputPwd(curmode));
|
|
2293
|
+
if (curmode.cardTypeEnum === 'BALANCE_CARD') {
|
|
2294
|
+
!_this2.store.dto.FreePaymentPasswordStore && promises.push(that.inputPwd(curmode));
|
|
2295
|
+
} else {
|
|
2296
|
+
if (_this2.store.dto.Idmember === curmode.memberId) {
|
|
2297
|
+
!_this2.store.dto.FreePaymentPasswordStore && promises.push(that.inputPwd(curmode));
|
|
2298
|
+
} else {
|
|
2299
|
+
curmode.isNeedPassword && promises.push(that.inputPwd(curmode));
|
|
2300
|
+
}
|
|
2295
2301
|
}
|
|
2296
2302
|
}
|
|
2297
2303
|
}
|