tplus-components-touch 3.27.20 → 3.27.21
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.
|
@@ -1153,7 +1153,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
1153
1153
|
that.onTabsClick2(paymode, brefund, themode, key);
|
|
1154
1154
|
},
|
|
1155
1155
|
onCancel: function onCancel() {}
|
|
1156
|
-
}) : that.onTabsClick2(paymode, brefund, themode, key)
|
|
1156
|
+
}) : that.onTabsClick2(paymode, brefund, themode, key);
|
|
1157
1157
|
break;
|
|
1158
1158
|
default:
|
|
1159
1159
|
_this2.onTabsClick2(paymode, brefund, themode, key);
|
|
@@ -3001,7 +3001,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
3001
3001
|
modal.destroy();
|
|
3002
3002
|
setTimeout(function () {
|
|
3003
3003
|
if (paymode.paymentType == PayStyle.xianjin) {
|
|
3004
|
-
that.store.changeValue(paymode.paymethodId, v, false);
|
|
3004
|
+
that.store.changeValue(paymode.paymethodId, v, false, true);
|
|
3005
3005
|
} else {
|
|
3006
3006
|
paymode.authCode = v;
|
|
3007
3007
|
}
|