tplus-components-touch 3.31.8 → 3.31.10
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.
|
@@ -840,7 +840,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
840
840
|
cardTypeEnum = _this2.store.paymode.currentMode.cardTypeEnum;
|
|
841
841
|
|
|
842
842
|
if (!result) {
|
|
843
|
-
_context4.next =
|
|
843
|
+
_context4.next = 18;
|
|
844
844
|
break;
|
|
845
845
|
}
|
|
846
846
|
|
|
@@ -860,7 +860,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
860
860
|
}, 350);
|
|
861
861
|
|
|
862
862
|
if (!(isInputMember && _this2.store.member.ID)) {
|
|
863
|
-
_context4.next =
|
|
863
|
+
_context4.next = 16;
|
|
864
864
|
break;
|
|
865
865
|
}
|
|
866
866
|
|
|
@@ -871,20 +871,16 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
871
871
|
resp = _context4.sent;
|
|
872
872
|
|
|
873
873
|
updataMemberInfo(resp);
|
|
874
|
-
_context4.next = 19;
|
|
875
|
-
break;
|
|
876
874
|
|
|
877
|
-
case
|
|
875
|
+
case 16:
|
|
878
876
|
if (cardTypeEnum === 'BALANCE_CARD') {
|
|
879
|
-
_this2.store.updateCardInfo();
|
|
877
|
+
_this2.store.paymode.updateCardInfo();
|
|
880
878
|
}
|
|
881
|
-
|
|
882
|
-
case 19:
|
|
883
879
|
_this2.setState({
|
|
884
880
|
isInputMember: false
|
|
885
881
|
});
|
|
886
882
|
|
|
887
|
-
case
|
|
883
|
+
case 18:
|
|
888
884
|
case 'end':
|
|
889
885
|
return _context4.stop();
|
|
890
886
|
}
|