@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],
@@ -43,7 +43,6 @@ var WGXW = function WGXW(_ref) {
43
43
  businessPackage: tab,
44
44
  areaDimension: 'COMMUNITY'
45
45
  });
46
- console.log(tab);
47
46
  return /*#__PURE__*/_jsx("div", {
48
47
  className: prefix,
49
48
  children: /*#__PURE__*/_jsxs(VmWrapper, {
@@ -31,7 +31,6 @@ var Sbzj = function Sbzj(_ref) {
31
31
  LIGHT: 'deng',
32
32
  CAMERA: 'sbzj_video'
33
33
  };
34
- console.log(data);
35
34
  return /*#__PURE__*/_jsxs("div", {
36
35
  className: "".concat(prefix),
37
36
  children: [/*#__PURE__*/_jsx(VmWrapper, {
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/modals2",
3
- "version": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "description": "弹窗组件",
5
5
  "license": "MIT",
6
6
  "module": "lib/index.js",