@titaui/pc 1.9.149 → 1.9.150
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.
|
@@ -151,8 +151,7 @@ function SubmitDialog(props) {
|
|
|
151
151
|
|
|
152
152
|
function PayDialog(props) {
|
|
153
153
|
var isShowPayWindow = props.isShowPayWindow,
|
|
154
|
-
handleShowPayWindow = props.handleShowPayWindow
|
|
155
|
-
allViewAreaRef = props.allViewAreaRef;
|
|
154
|
+
handleShowPayWindow = props.handleShowPayWindow;
|
|
156
155
|
var getOrderInfoTimers = (0, _react.useRef)(0);
|
|
157
156
|
|
|
158
157
|
var _useState7 = (0, _react.useState)(),
|
|
@@ -276,7 +275,7 @@ function PayDialog(props) {
|
|
|
276
275
|
destroyOnClose: true,
|
|
277
276
|
noCloseIcon: true,
|
|
278
277
|
getContainer: function getContainer() {
|
|
279
|
-
return
|
|
278
|
+
return document.body;
|
|
280
279
|
}
|
|
281
280
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
282
281
|
className: "okr-cases-library__payWindow"
|