tplus-components-touch 3.26.15 → 3.26.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.
|
@@ -1041,9 +1041,10 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
1041
1041
|
paymode.currentMode = null;
|
|
1042
1042
|
switch (key) {
|
|
1043
1043
|
case PayStyle.hyczk:
|
|
1044
|
-
_this2.showCzkModal(-1);
|
|
1045
1044
|
_this2.setState({
|
|
1046
1045
|
isInputMember: true
|
|
1046
|
+
}, function () {
|
|
1047
|
+
_this2.showCzkModal(-1);
|
|
1047
1048
|
});
|
|
1048
1049
|
break;
|
|
1049
1050
|
case PayStyle.jfdx:
|