@vtx/modals2 5.0.10 → 5.0.11
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.
|
@@ -46,7 +46,8 @@ var VmBaseModal = function VmBaseModal(props) {
|
|
|
46
46
|
width = props.width,
|
|
47
47
|
_props$iframeUrl = props.iframeUrl,
|
|
48
48
|
iframeUrl = _props$iframeUrl === void 0 ? '' : _props$iframeUrl,
|
|
49
|
-
modalShow = props.modalShow
|
|
49
|
+
_props$modalShow = props.modalShow,
|
|
50
|
+
modalShow = _props$modalShow === void 0 ? true : _props$modalShow;
|
|
50
51
|
var _useState = useState(''),
|
|
51
52
|
_useState2 = _slicedToArray(_useState, 2),
|
|
52
53
|
currentTabKey = _useState2[0],
|
|
@@ -36,7 +36,6 @@ var VtxShxqModal = function VtxShxqModal(props) {
|
|
|
36
36
|
title = props.title,
|
|
37
37
|
subTitle = props.subTitle,
|
|
38
38
|
theme = props.theme,
|
|
39
|
-
source = props.source,
|
|
40
39
|
visible = props.visible,
|
|
41
40
|
onCancel = props.onCancel,
|
|
42
41
|
_props$top = props.top,
|
|
@@ -89,13 +88,13 @@ var VtxShxqModal = function VtxShxqModal(props) {
|
|
|
89
88
|
}
|
|
90
89
|
});
|
|
91
90
|
}
|
|
91
|
+
console.log(tabsList, contents);
|
|
92
92
|
return /*#__PURE__*/_jsx(VtxBaseModal, {
|
|
93
93
|
id: id,
|
|
94
94
|
type: "shxq",
|
|
95
95
|
title: title,
|
|
96
96
|
subTitle: subTitle,
|
|
97
97
|
visible: visible,
|
|
98
|
-
source: source,
|
|
99
98
|
theme: theme,
|
|
100
99
|
onCancel: onCancel,
|
|
101
100
|
frameParams: frameParams,
|